start Gla by cloning the template

This commit is contained in:
Inari Listenmaa
2025-08-15 20:40:33 +02:00
parent 3aeb0707f5
commit 1f3a35a95c
24 changed files with 2780 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
concrete RelativeGla of Relative = CatGla ** open
ResGla, Prelude in {
{-
lin
-- : Cl -> RCl ; -- such that John loves her
RelCl cl = cl ** {
} ;
-- : RP -> VP -> RCl ;
RelVP rp vp = {
} ;
-- : RP -> ClSlash -> RCl ; -- who I went with
RelSlash rp cls = {
} ;
-- : RP ;
IdRP = {s = "that"} ;
-- : Prep -> NP -> RP -> RP ; -- the mother of whom
FunRP prep np rp =
-}
}