lean4-htt/tests/lean/run/elab1.lean
Leonardo de Moura 8993d0738a feat(frontends/lean): remove #elab command
The check command is now using the new elaborator.
2016-08-02 15:05:24 -07:00

18 lines
218 B
Text

import algebra.ring
set_option pp.all true
constant int : Type₁
constant int_comm_ring : comm_ring int
attribute int_comm_ring [instance]
check 3
check Type
check Prop
check int
check (2 : int)
check eq.subst