1
0
forked from GitHub/gf-core

fixed typo in the Haskell runtime

This commit is contained in:
krasimir
2015-06-11 07:41:28 +00:00
parent 5f5db10714
commit ac01e5019a

View File

@@ -79,7 +79,7 @@ type Sequence = Array DotPos Symbol
type FunId = 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 one two = fst $ msgUnionPGF one two