forked from GitHub/gf-core
Replace use of DetSg by DetArtSg in ExtraFin.PartCN to get it to compile.
This commit is contained in:
@@ -58,7 +58,7 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||
|
||||
PartCN cn =
|
||||
let
|
||||
acn = DetCN (DetSg IndefArt NoOrd) cn
|
||||
acn = DetCN (DetArtSg IndefArt) cn
|
||||
in {
|
||||
s = table {
|
||||
NPCase Nom | NPAcc => acn.s ! NPCase Part ;
|
||||
|
||||
Reference in New Issue
Block a user