lean2/tests/lean/run/t7.lean
2014-10-02 17:55:34 -07:00

3 lines
71 B
Text

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