lean2/tests/lean/interactive/t4.input.expected.out
Leonardo de Moura c5a44aca44 fix(frontends/lean/elaborator): do not expose type information produced when synthesizing class instances
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-22 17:07:12 -07:00

27 lines
298 B
Text

epsilon (λ (x : nat), true) : nat
-- BEGININFO
-- TYPE|6|6
(nat → Prop) → nat
-- ACK
-- IDENTIFIER|6|6
epsilon
-- ACK
-- SYMBOL|6|14
(
-- ACK
-- SYMBOL|6|15
λ
-- ACK
-- TYPE|6|21
Type
-- ACK
-- IDENTIFIER|6|21
nat.nat
-- ACK
-- TYPE|6|26
Prop
-- ACK
-- IDENTIFIER|6|26
true
-- ACK
-- ENDINFO