lean4-htt/tests/lean/utf8.lean
2016-07-19 14:22:37 -04:00

9 lines
259 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.

open list
vm_eval length "α₁"
vm_eval length "α₁ → β₁"
vm_eval length "∀ α : nat → nat, α 0 ≥ 0"
print "------------"
vm_eval utf8_length "α₁"
vm_eval utf8_length "α₁ → β₁"
vm_eval utf8_length "∀ α : nat → nat, α 0 ≥ 0"