mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 18:58:56 -06:00
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 =
|
PartCN cn =
|
||||||
let
|
let
|
||||||
acn = DetCN (DetSg IndefArt NoOrd) cn
|
acn = DetCN (DetArtSg IndefArt) cn
|
||||||
in {
|
in {
|
||||||
s = table {
|
s = table {
|
||||||
NPCase Nom | NPAcc => acn.s ! NPCase Part ;
|
NPCase Nom | NPAcc => acn.s ! NPCase Part ;
|
||||||
|
|||||||
Reference in New Issue
Block a user