mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
generalized pt -transfer so that it goes into subtrees (naive implementation in TreeOperations; using PGF.Expr.match would be better); example given in 'h pt'
This commit is contained in:
@@ -55,6 +55,7 @@ abstract Noun = Cat ** {
|
||||
|
||||
-- $Card$ consists of either digits or numeral words.
|
||||
|
||||
data
|
||||
NumDigits : Digits -> Card ; -- 51
|
||||
NumNumeral : Numeral -> Card ; -- fifty-one
|
||||
|
||||
@@ -62,6 +63,7 @@ abstract Noun = Cat ** {
|
||||
|
||||
-- A $Card$ can be modified by certain adverbs.
|
||||
|
||||
fun
|
||||
AdNum : AdN -> Card -> Card ; -- almost 51
|
||||
|
||||
-- An $Ord$ consists of either digits or numeral words.
|
||||
|
||||
Reference in New Issue
Block a user