mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-03 17:57:04 -06:00
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
concrete PhraseSqi of Phrase = CatSqi ** open Prelude, ResSqi in {
|
|
|
|
lin
|
|
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
|
|
|
UttS s = s ;
|
|
UttNP np = {s = np.s ! Nom} ;
|
|
UttInterj i = i ;
|
|
|
|
NoPConj = {s = []} ;
|
|
|
|
NoVoc = {s = []} ;
|
|
|
|
}
|