lean4-htt/tests/lean/elab2.lean.expected.out
Leonardo de Moura f72f9dd561 fix(frontends/lean/pp): purify metavar_decl_ref's
The tests become too fragile if we don't purify them.
2016-07-30 20:30:03 -07:00

10 lines
346 B
Text

@foo.{1 1} nat nat nat_has_add (@zero.{1} nat nat_has_zero) (@one.{1} nat nat_has_one) : nat
elab2.lean:13:6: error: type mismatch at application
@bla.{1 ?l_1} nat ?m_2 nat.zero bool.tt
term
bool.tt
has type
bool
but is expected to have type
nat
@bla.{1 1} nat bool (@zero.{1} nat nat_has_zero) (@zero.{1} nat nat_has_zero) bool.tt : nat