lean4-htt/tests/lean/run/1943.lean
2018-03-06 17:36:18 -08:00

6 lines
123 B
Text

open tactic
meta def c := abstract `[assumption]
structure B (U : Type) :=
(f : U → U)
(w : ∀ u : U, f u = u . c)