forked from GitHub/gf-core
Experimenting with transfer.
This commit is contained in:
7
grammars/numerals/ResDecimal.gf
Normal file
7
grammars/numerals/ResDecimal.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
resource ResDecimal = {
|
||||
|
||||
param Zeros = noz | zz ;
|
||||
|
||||
oper ss : Str -> {s : Str} = \s -> {s = s} ;
|
||||
oper mkz : Str -> {s : Zeros => Str} = \s -> {s = table {_ => s}} ;
|
||||
}
|
||||
Reference in New Issue
Block a user