Math to mathematical/Symbol

This commit is contained in:
aarne
2006-01-31 14:04:38 +00:00
parent 3f8ea1466b
commit 0f08827320
20 changed files with 31 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
abstract Demonstrative = Cat, Tense ** {
abstract Demonstrative = Cat ** {
-- Naming convention: $M$ prepended to 'unimodal' names.
-- Exceptions: lexical units, those without unimodal counterparts.

View File

@@ -1,4 +1,4 @@
--# -path=.:../english/:../abstract:../common:prelude
concrete DemonstrativeEng of Demonstrative = CatEng, TenseX ** DemonstrativeI with
concrete DemonstrativeEng of Demonstrative = CatEng ** DemonstrativeI with
(Lang = LangEng) ;

View File

@@ -1,2 +1,2 @@
concrete DemonstrativeFre of Demonstrative = CatFre, TenseX ** DemonstrativeI with
concrete DemonstrativeFre of Demonstrative = CatFre ** DemonstrativeI with
(Lang = LangFre) ;

View File

@@ -1,4 +1,4 @@
--# -path=.:../german/:../abstract:../common:prelude
concrete DemonstrativeGer of Demonstrative = CatGer, TenseX ** DemonstrativeI with
concrete DemonstrativeGer of Demonstrative = CatGer ** DemonstrativeI with
(Lang = LangGer) ;

View File

@@ -1,4 +1,4 @@
incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
incomplete concrete DemonstrativeI of Demonstrative = Cat **
open Prelude, Lang, ParamX, DemRes in {
lincat

View File

@@ -1,4 +1,4 @@
concrete DemonstrativeSwe of Demonstrative = CatSwe, TenseX ** DemonstrativeI with
concrete DemonstrativeSwe of Demonstrative = CatSwe ** DemonstrativeI with
(Lang = LangSwe) ;