forked from GitHub/gf-rgl
library adjustments, error message clean-up
This commit is contained in:
3
prelude/PredefCnc.gf
Normal file
3
prelude/PredefCnc.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
concrete PredefCnc of PredefAbs = {
|
||||||
|
lincat Int, String = {s : Str} ;
|
||||||
|
} ;
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
-- one has to know how the syntactic categories are
|
-- one has to know how the syntactic categories are
|
||||||
-- implemented. The parameter types are defined in $TypesEng.gf$.
|
-- implemented. The parameter types are defined in $TypesEng.gf$.
|
||||||
|
|
||||||
concrete CategoriesEng of Categories = open Prelude, SyntaxEng in {
|
concrete CategoriesEng of Categories = PredefCnc ** open Prelude, SyntaxEng in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
startcat=Phr ;
|
startcat=Phr ;
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
-- $TypesFra$ and $TypesIta$.
|
-- $TypesFra$ and $TypesIta$.
|
||||||
|
|
||||||
incomplete concrete CategoriesRomance of Categories =
|
incomplete concrete CategoriesRomance of Categories =
|
||||||
open Prelude, SyntaxRomance in {
|
PredefCnc ** open Prelude, SyntaxRomance in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
startcat=Phr ; optimize=all ;
|
startcat=Phr ; optimize=all ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
incomplete concrete CategoriesScand of Categories =
|
incomplete concrete CategoriesScand of Categories =
|
||||||
open Prelude, SyntaxScand in {
|
PredefCnc ** open Prelude, SyntaxScand in {
|
||||||
|
|
||||||
flags
|
flags
|
||||||
startcat=Phr ;
|
startcat=Phr ;
|
||||||
|
|||||||
Reference in New Issue
Block a user