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

4 lines
No EOL
69 B
Text

def «» := not
theorem thm : «» false := id
#print «»
#print thm