Changed module names.

This commit is contained in:
aarne
2003-11-04 15:45:32 +00:00
parent 9979d3a138
commit 73484ab900
7 changed files with 14 additions and 8 deletions

View File

@@ -12,12 +12,12 @@
--
-- The users of the resource grammar should not look at this file for the
-- linearization rules, which are in fact hidden in the document version.
-- They should use $resource.Abs.gf$ to access the syntactic rules.
-- They should use $ResAbs.gf$ to access the syntactic rules.
-- This file can be consulted in those, hopefully rare, occasions in which
-- one has to know how the syntactic categories are
-- implemented. The parameter types are defined in $Types.gf$.
-- implemented. The parameter types are defined in $TypesSwe.gf$.
concrete ResSwe of ResAbs = open Prelude, Syntax in {
concrete ResSwe of ResAbs = open Prelude, SyntaxSwe in {
flags
startcat=Phr ;