forked from GitHub/gf-core
10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
concrete NatAscii of Nat = {
|
|
|
|
lincat Nat = Str ;
|
|
|
|
lin zero = "" ;
|
|
succ n = "_" ++ n ;
|
|
|
|
lincat NE = {} ;
|
|
|
|
} |