lean4-htt/tests/lean/run/1649a.lean
Leonardo de Moura 748eb856c3 fix(frontends/lean): fixes #1649
This issue is yet another reason for refactoring how parameters are
represented in Lean.
2017-06-06 21:33:24 -07:00

9 lines
131 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.

section
def {u} typer (α : Type u) := α
parameter n :
meta def blah (n : typer ) : := n
#check blah
end
#check blah