lean4-htt/old_tests/tests/lean/run/abstract_ns2.lean
2018-04-10 12:56:55 -07:00

8 lines
170 B
Text

-- Companion file for the abstract_ns test.
namespace ns2
def foo : fin 7 := ⟨3, dec_trivial⟩
def foo' : fin 7 := ⟨3, by abstract {exact dec_trivial}⟩
end ns2