mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
type error in finnish revealed
This commit is contained in:
@@ -22,7 +22,7 @@ oper
|
||||
compoundAdv : Str -> Str -> Adv = \s,t -> mkAdv (s + t) ;
|
||||
} ;
|
||||
|
||||
compoundV : Str -> VForms -> V = \s,vf -> mkV (lin VK {s = table (Predef.Ints 11) {f => s + vf ! f}}) ;
|
||||
compoundV : Str -> VForms -> V = \s,vf -> mkV (lin VK {s = <table {f => s + vf ! f} : VForms>}) ;
|
||||
|
||||
mkWN = overload {
|
||||
mkWN : (_ : Str) -> N = \s -> mkN s ;
|
||||
|
||||
Reference in New Issue
Block a user