mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
restored contructor CommonRomance.AF as oper since it is used in various applications
This commit is contained in:
@@ -42,6 +42,10 @@ param
|
|||||||
|
|
||||||
CardOrd = NCard Gender | NOrd Gender Number ;
|
CardOrd = NCard Gender | NOrd Gender Number ;
|
||||||
|
|
||||||
|
--- a workaround for a lost constructor used e.g. in Attempto: AR 2019-09-11
|
||||||
|
oper
|
||||||
|
AF : Gender -> Number -> AForm = \g,n -> case n of {Sg => ASg g AAttr ; Pl => APl g} ;
|
||||||
|
|
||||||
-- The following coercions are useful:
|
-- The following coercions are useful:
|
||||||
|
|
||||||
oper
|
oper
|
||||||
|
|||||||
Reference in New Issue
Block a user