mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
moved Symbol and Symbolic to new places to eliminate mathematical in next-resource
This commit is contained in:
@@ -1109,6 +1109,13 @@ incomplete resource Constructors = open Grammar in {
|
||||
plNum : Num = NumPl ;
|
||||
|
||||
|
||||
mkCard = overload {
|
||||
mkCard : Numeral -> Card
|
||||
= NumNumeral ;
|
||||
mkNum : Digits -> Card -- 51
|
||||
= NumDigits ;
|
||||
} ;
|
||||
|
||||
mkNum = overload {
|
||||
mkNum : Numeral -> Num
|
||||
= \d -> NumCard (NumNumeral d) ;
|
||||
|
||||
Reference in New Issue
Block a user