lean2/tests/lean/interactive/simple.lean
2014-08-17 12:16:32 -07:00

8 lines
No EOL
174 B
Text

import standard
namespace tst
definition foo {A B : Type} (a : A) (b : B) := a
definition boo {A : Type} (a : A) := foo a a
end tst
definition pr1 {A : Type} (a b : A) := a