mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 =
|
||||
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