lean2/tests/lean/type0.lean.expected.out
Leonardo de Moura ea6bf224e5 feat(frontends/lean): make the parser accept (Type -> ...)
Before this commit, the parser would accept only a universe level or a ')' after '(' 'Type'

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-29 15:23:20 -08:00

7 lines
202 B
Text

Set: pp::colors
Set: pp::unicode
Type → Type : (Type 1)
(Type → Type) → Type : (Type 1)
(Type 1) : (Type 2)
((Type 1) → Type) → Type : (Type 2)
((Type 1) → (Type 2)) → Type : (Type 3)