lean2/tests/lean/interactive/simple.lean

8 lines
174 B
Text
Raw Normal View History

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