10 lines
163 B
Text
10 lines
163 B
Text
set_option pp.all true
|
|
set_option pp.purify_metavars false
|
|
|
|
check λ x : nat, x + 1
|
|
|
|
check λ x y : nat, x + y
|
|
|
|
check λ x y, x + y + 1
|
|
|
|
check λ x, (x + 1) :: []
|