Skip to content

Commit

Permalink
Merge pull request #18 from zudov/erroring-type-sig
Browse files Browse the repository at this point in the history
Remove type signatures with undefined variables
  • Loading branch information
hdgarrood committed Nov 16, 2015
2 parents e3c3707 + 3c49404 commit 508f212
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Data/FingerTree.purs
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,7 @@ instance traversableFingerTree :: Traversable (FingerTree v) where
<*> (defer <$> kl)
<*> traverse f sf
where
l :: m (FingerTree v (Node v a))
l = traverse (traverse f) (force m)

kl :: m (Unit -> FingerTree v (Node v a))
kl = const <$> l

sequence = traverse id
Expand Down

0 comments on commit 508f212

Please sign in to comment.