mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-17 15:56:04 -06:00
(Cze) add mkAdA
This commit is contained in:
@@ -132,6 +132,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