Kind/book/String.begin.kind2
2024-02-21 22:10:51 -03:00

6 lines
73 B
Plaintext

String.begin
: ∀(str: String)
String
= λstr
(List.begin Char str)