mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-28 04:08:55 -06:00
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