mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 10:19:32 -06:00
10 lines
112 B
Plaintext
10 lines
112 B
Plaintext
concrete NatAscii of Nat = {
|
|
|
|
lincat Nat = Str ;
|
|
|
|
lin zero = "" ;
|
|
succ n = "_" ++ n ;
|
|
|
|
lincat NE = {} ;
|
|
|
|
} |