diff options
| author | krasimir <krasimir@chalmers.se> | 2015-06-11 07:41:28 +0000 |
|---|---|---|
| committer | krasimir <krasimir@chalmers.se> | 2015-06-11 07:41:28 +0000 |
| commit | ac01e5019adfb8bed2484c7fe98efd08b5eeb81f (patch) | |
| tree | 494af05dfd2543cfb60341194628f7b621d01cd3 /src/runtime/haskell/PGF/Data.hs | |
| parent | 5f5db10714759f5e7f11eaedd74b5c24b28561cb (diff) | |
fixed typo in the Haskell runtime
Diffstat (limited to 'src/runtime/haskell/PGF/Data.hs')
| -rw-r--r-- | src/runtime/haskell/PGF/Data.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
