mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 17:12:50 -06:00
*** empty log message ***
This commit is contained in:
@@ -27,6 +27,8 @@ resource ParadigmsFre =
|
|||||||
-- To abstract over gender names, we define the following identifiers.
|
-- To abstract over gender names, we define the following identifiers.
|
||||||
|
|
||||||
oper
|
oper
|
||||||
|
Bool : Type ;
|
||||||
|
|
||||||
Gender : Type ;
|
Gender : Type ;
|
||||||
|
|
||||||
masculine : Gender ;
|
masculine : Gender ;
|
||||||
@@ -156,6 +158,7 @@ oper
|
|||||||
-- The definitions should not bother the user of the API. So they are
|
-- The definitions should not bother the user of the API. So they are
|
||||||
-- hidden from the document.
|
-- hidden from the document.
|
||||||
--.
|
--.
|
||||||
|
Bool = Prelude.Bool ;
|
||||||
|
|
||||||
Gender = SyntaxFre.Gender ;
|
Gender = SyntaxFre.Gender ;
|
||||||
Case = SyntaxFre.Case ;
|
Case = SyntaxFre.Case ;
|
||||||
@@ -186,7 +189,7 @@ oper
|
|||||||
mkCN = UseN ;
|
mkCN = UseN ;
|
||||||
mkNP s g = UsePN (mkPN s g) ;
|
mkNP s g = UsePN (mkPN s g) ;
|
||||||
|
|
||||||
Position = Bool ;
|
Position = Prelude.Bool ;
|
||||||
prepos = adjPre ;
|
prepos = adjPre ;
|
||||||
postpos = adjPost ;
|
postpos = adjPost ;
|
||||||
mkAdj1 = \x,y,z,u,p -> mkAdjective (mkAdj x y z u) p ** {lock_Adj1 = <>} ;
|
mkAdj1 = \x,y,z,u,p -> mkAdjective (mkAdj x y z u) p ** {lock_Adj1 = <>} ;
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ resource ParadigmsIta =
|
|||||||
-- To abstract over gender names, we define the following identifiers.
|
-- To abstract over gender names, we define the following identifiers.
|
||||||
|
|
||||||
oper
|
oper
|
||||||
|
Bool : Type ;
|
||||||
Gender : Type ;
|
Gender : Type ;
|
||||||
|
|
||||||
masculine : Gender ;
|
masculine : Gender ;
|
||||||
@@ -173,6 +174,7 @@ oper
|
|||||||
-- The definitions should not bother the user of the API. So they are
|
-- The definitions should not bother the user of the API. So they are
|
||||||
-- hidden from the document.
|
-- hidden from the document.
|
||||||
--.
|
--.
|
||||||
|
Bool = Prelude.Bool ;
|
||||||
Gender = SyntaxIta.Gender ;
|
Gender = SyntaxIta.Gender ;
|
||||||
Case = SyntaxIta.Case ;
|
Case = SyntaxIta.Case ;
|
||||||
Number = SyntaxIta.Number ;
|
Number = SyntaxIta.Number ;
|
||||||
|
|||||||
Reference in New Issue
Block a user