mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
heb possessive pronoun fix
This commit is contained in:
@@ -125,8 +125,8 @@ oper
|
||||
Num, Ord : Type = {s : Case => Str; n : Number} ;
|
||||
Det : Type = {s : Gender => Str ; n : Number ; sp : Species; isDef : Bool} ;
|
||||
|
||||
defH : Str -> Str = \cn ->
|
||||
case cn of {_ => "h" + cn} ;
|
||||
-- defH : Str -> Str = \cn ->
|
||||
-- case cn of {_ => "h" + cn} ;
|
||||
|
||||
insertObj : NP -> VP -> VP = \np,vp ->
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user