mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 00:39:32 -06:00
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
resource ResDecimal = {
|
|
|
|
param Zeros = noz | zz ;
|
|
|
|
oper ss : Str -> {s : Str} = \s -> {s = s} ;
|
|
oper mkz : Str -> {s : Zeros => Str} = \s -> {s = table {_ => s}} ;
|
|
}
|