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

4 lines
161 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 eval_list (α : Type) [reflected α] (e : expr) : tactic (list α) :=
tactic.eval_expr (list α) e
run_cmd eval_list ↑`([1, 2]) >>= tactic.trace