mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
fixed typo in the Haskell runtime
This commit is contained in:
@@ -79,7 +79,7 @@ type Sequence = Array DotPos Symbol
|
|||||||
type FunId = Int
|
type FunId = Int
|
||||||
type SeqId = Int
|
type SeqId = Int
|
||||||
|
|
||||||
-- merge two PGFs; fails is differens absnames; priority to second arg
|
-- merge two PGFs; fails if different abstract names; priority to second arg
|
||||||
|
|
||||||
unionPGF :: PGF -> PGF -> PGF
|
unionPGF :: PGF -> PGF -> PGF
|
||||||
unionPGF one two = fst $ msgUnionPGF one two
|
unionPGF one two = fst $ msgUnionPGF one two
|
||||||
|
|||||||
Reference in New Issue
Block a user