lean4-htt/old_tests/tests/lean/1760.lean
2018-04-10 12:56:55 -07:00

7 lines
122 B
Text

section
parameter big_type : Type 1
parameter x : big_type
parameter f {A : Type} : A → bool
def foo : bool := f x
end