mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 07:12:50 -06:00
Jordi's suggestion in Symbol
This commit is contained in:
@@ -12,9 +12,10 @@ fun
|
||||
SymbPN : Symb -> PN ; -- x
|
||||
IntPN : Int -> PN ; -- 27
|
||||
FloatPN : Float -> PN ; -- 3.14159
|
||||
CNIntNP : CN -> Int -> NP ; -- level 53
|
||||
CNNumNP : CN -> Num -> NP ; -- level five ; level 5
|
||||
CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
|
||||
|
||||
|
||||
--2 Sentence consisting of a formula
|
||||
|
||||
SymbS : Symb -> S ; -- A
|
||||
@@ -37,4 +38,8 @@ cat
|
||||
fun
|
||||
MkSymb : String -> Symb ;
|
||||
|
||||
--2 Obsolescent
|
||||
|
||||
CNIntNP : CN -> Int -> NP ; -- level 53 (covered by CNNumNP)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user