mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Use conjunctDistrTable in ExtraGer.ConjVPI to get it to compile.
This commit is contained in:
@@ -9,7 +9,7 @@ concrete ExtraGer of ExtraGerAbs = CatGer **
|
||||
ConsVPI = consrTable Bool comma ;
|
||||
|
||||
MkVPI vp = {s = \\b => useInfVP b vp} ;
|
||||
ConjVPI = conjunctTable Bool ;
|
||||
ConjVPI = conjunctDistrTable Bool ;
|
||||
|
||||
ComplVPIVV v vpi =
|
||||
insertInf (vpi.s ! v.isAux) (
|
||||
|
||||
Reference in New Issue
Block a user