summaryrefslogtreecommitdiff
path: root/grammars/numerals/ResDecimal.gf
blob: 4b04cb92169d7f7275d81d61434bc8749fb7c1e0 (plain)
1
2
3
4
5
6
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}} ;
}