fixed typo in the Haskell runtime

This commit is contained in:
krasimir
2015-06-11 07:41:28 +00:00
parent 694d871410
commit 0804f386ff

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