mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
resource ConstructX = open CommonX in {
|
|
|
|
oper
|
|
mkText : Str -> Text = \s -> {s = s ; lock_Text = <>} ;
|
|
mkPhr : Str -> Phr = \s -> {s = s ; lock_Phr = <>} ;
|
|
Utt = {s : Str} ;
|
|
Voc = {s : Str} ;
|
|
SC = {s : Str} ;
|
|
Adv = {s : Str} ;
|
|
AdV = {s : Str} ;
|
|
AdA = {s : Str} ;
|
|
AdS = {s : Str} ;
|
|
AdN = {s : Str} ;
|
|
IAdv = {s : Str} ;
|
|
CAdv = {s : Str} ;
|
|
PConj = {s : Str} ;
|
|
|
|
} |