Skip to content

Commit

Permalink
Wall: remove redundant constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Jun 2, 2016
1 parent d03daee commit 7215aab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Diagrams/TwoD/Layout/Constrained.hs
Expand Up @@ -519,8 +519,7 @@ a ==== b = constrain $ MFS.ignore (a MFS.=== b)
-- short, you do not need to know anything about @Located Envelope@s
-- in order to call this function.
constrainWith
:: (Hashable n, RealFrac n, Floating n, Ord n, Monoid' m)
=> (Show n)
:: (Hashable n, RealFrac n, Floating n, Monoid' m)
=> -- (forall a. (...) => [a] -> a)
([[Located (Envelope V2 n)]] -> [Located (Envelope V2 n)])
-> [DiaID s]
Expand Down

0 comments on commit 7215aab

Please sign in to comment.