We want to make sure string users do not depend on the string implementation. This is the first step. We need this refactoring *now* to make sure it will not be super painful to address issue #1175
9 lines
250 B
Text
9 lines
250 B
Text
--open list
|
||
|
||
#eval "α₁".length
|
||
#eval "α₁ → β₁".length
|
||
#eval "∀ α : nat → nat, α 0 ≥ 0".length
|
||
#print "------------"
|
||
#eval "α₁".utf8_length
|
||
#eval "α₁ → β₁".utf8_length
|
||
#eval "∀ α : nat → nat, α 0 ≥ 0".utf8_length
|