lean2/tests/lean/run/unicode.lean
Leonardo de Moura 938b4e8421 test(tests/lean/run): add unicode in identifiers test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-02 20:05:46 -07:00

10 lines
144 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.

import standard
variable N : Type
variable α : N
variable β₁ : N
check β₁
variable δ : N
check δ
variable δ₁₁ : N
check δ₁₁