Gabriella439 / Haskell-Index-Core-Library

Indexed Types
BSD 3-Clause "New" or "Revised" License
13 stars 2 forks source link

Fix build on GHC 7.10 #6

Closed k0001 closed 8 years ago

k0001 commented 8 years ago

The issue with (?>=) is impredicative polymorsphism. Avoiding flip fixes the error. See http://stackoverflow.com/questions/29712710/polymorphic-flip-fails-in-7-10

k0001 commented 8 years ago

This fixes #4

Gabriella439 commented 8 years ago

Thanks! :)