lean4-htt/tests/lean/run/t7.lean
2017-03-09 18:41:19 -08:00

3 lines
72 B
Text

constant A : Type.{1}
constant f : A → A → A
#print raw f _ (f _ _)