mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-18 00:06:03 -06:00
(Cze) add mkAdA
This commit is contained in:
@@ -133,6 +133,9 @@ oper
|
|||||||
------------------------
|
------------------------
|
||||||
-- Adverbs, prepositions, conjunctions, ...
|
-- Adverbs, prepositions, conjunctions, ...
|
||||||
|
|
||||||
|
mkAdA : Str -> AdA
|
||||||
|
= \s -> lin AdA {s = s} ;
|
||||||
|
|
||||||
mkAdv : Str -> Adv
|
mkAdv : Str -> Adv
|
||||||
= \s -> lin Adv {s = s} ;
|
= \s -> lin Adv {s = s} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user