1
0
forked from GitHub/gf-core

removed inheritance of Numerals in Syntax, added Combinators (for all langs now)

This commit is contained in:
aarne
2008-09-13 06:33:42 +00:00
parent 219eab4c1f
commit ffc93ff544
27 changed files with 58 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
--# -path=.:alltenses:prelude
instance SyntaxNor of Syntax = ConstructorsNor, CatNor, StructuralNor, NumeralNor
instance SyntaxNor of Syntax = ConstructorsNor, CatNor, StructuralNor, CombinatorsNor
;