mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-20 16:56:18 -06:00
(Fin) Add prefix field to A
This commit is contained in:
@@ -16,7 +16,7 @@ concrete ConjunctionFin of Conjunction =
|
||||
isPron = False ; isNeg = ss.isNeg
|
||||
} ;
|
||||
|
||||
ConjAP conj ss = conjunctDistrTable2 Bool NForm conj ss ;
|
||||
ConjAP conj ss = conjunctDistrTable2 Bool NForm conj ss ** { hasPrefix = False ; p = [] } ;
|
||||
|
||||
ConjRS conj ss = conjunctDistrTable Agr conj ss ** {
|
||||
c = ss.c
|
||||
|
||||
Reference in New Issue
Block a user