lean4-htt/tests/lean/expr_quote.lean
2017-05-15 09:41:31 -07:00

6 lines
139 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.

meta def f (α a : expr) := `(@id %%α %%a)
meta def g (α a : expr) := `(@id (%%α : Type 2) %%a)
set_option pp.universes true
#print g