lean4-htt/tests/lean/ctx.lean.expected.out
Leonardo de Moura 90bfd84a07 feat(frontends/lean): Type is now (Type 1)
In the standard library, we should use explicit universe variables for
universe polymorphic definitions.

Users that want to declare universe polymorphic definitions but do not
want to provide universe level parameters should use
  Type _
or
  Type*
2016-09-17 14:30:54 -07:00

12 lines
356 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ctx.lean:3:0: error: don't know how to synthesize placeholder
state:
A B : Type u,
a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 : ,
b1 b2 b3 : bool,
h : A = B,
p1 : A × B,
p2 : A × B
ctx.lean:3:0: error: failed to add declaration 'foo' to environment, value has metavariables
remark: set 'formatter.hide_full_terms' to false to see the complete term
?M_1