lean2/tests/lean/ty2.lean
Leonardo de Moura 4ba097a141 feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end'
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 13:06:36 -08:00

6 lines
121 B
Text

definition B : Type := Bool
definition T : (Type 1) := Type
variable N : T
variable x : N
variable a : B
axiom H : a