mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
Math to mathematical/Symbol
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
concrete DemonstrativeFre of Demonstrative = CatFre, TenseX ** DemonstrativeI with
|
||||
concrete DemonstrativeFre of Demonstrative = CatFre ** DemonstrativeI with
|
||||
(Lang = LangFre) ;
|
||||
|
||||
@@ -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) ;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
incomplete concrete DemonstrativeI of Demonstrative = Cat, TenseX **
|
||||
incomplete concrete DemonstrativeI of Demonstrative = Cat **
|
||||
open Prelude, Lang, ParamX, DemRes in {
|
||||
|
||||
lincat
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
concrete DemonstrativeSwe of Demonstrative = CatSwe, TenseX ** DemonstrativeI with
|
||||
concrete DemonstrativeSwe of Demonstrative = CatSwe ** DemonstrativeI with
|
||||
(Lang = LangSwe) ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user