1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/polish
hallgren 72459b5158 lib/src/*/Numeral*.gf: fix inconsistent inheritance form Cat
While the abstract Numeral inherits only Cat[Numeral,Digits], some of the
concrete NumeralNNN of Numeral inherited everything from CatNNN.

Normally the compiler outputs a warning message when a concrete syntax 
contains superflous lincats, but apparently not when they get included
through inheritance...

This does not seem to cause problems in the Haskell run-time system, but the 
C run-time system fails to load PGFs with superflous lincats.

This problems shows up when creating application grammars that inherit Numeral.
The Phrasebook is an example of such a grammar.
2015-08-26 11:53:16 +00:00
..
2009-10-23 12:44:58 +00:00
2009-10-23 12:44:58 +00:00
2010-12-08 14:01:12 +00:00
2010-12-18 01:08:27 +00:00
2010-05-26 22:34:20 +00:00
2010-05-26 22:34:20 +00:00
2010-05-26 22:34:20 +00:00
2009-10-23 12:44:58 +00:00
2011-06-23 12:34:34 +00:00
2011-06-23 12:52:04 +00:00
2011-06-23 12:37:12 +00:00
2011-06-23 12:37:28 +00:00
2009-10-23 12:44:58 +00:00
2011-06-23 12:37:28 +00:00
2010-05-26 22:34:20 +00:00
2010-05-26 22:34:20 +00:00
2010-05-26 22:34:20 +00:00
2011-06-23 12:37:28 +00:00
2011-06-23 12:35:47 +00:00
2011-09-01 08:14:27 +00:00
2011-06-23 12:37:28 +00:00
2010-05-27 11:39:26 +00:00
2010-12-07 20:23:57 +00:00