From ac01e5019adfb8bed2484c7fe98efd08b5eeb81f Mon Sep 17 00:00:00 2001 From: krasimir Date: Thu, 11 Jun 2015 07:41:28 +0000 Subject: [PATCH] fixed typo in the Haskell runtime --- src/runtime/haskell/PGF/Data.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/haskell/PGF/Data.hs b/src/runtime/haskell/PGF/Data.hs index a3d7c1f93..426936cba 100644 --- a/src/runtime/haskell/PGF/Data.hs +++ b/src/runtime/haskell/PGF/Data.hs @@ -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