moved Symbol and Symbolic to new places to eliminate mathematical in next-resource

This commit is contained in:
aarne
2008-09-13 10:39:18 +00:00
parent c3ea6a7399
commit 994c2f349f
6 changed files with 356 additions and 0 deletions

View File

@@ -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) ;