Skip to content
  • Ian Lynagh's avatar
    Fix build with GHC 6.10 · 63dde2e3
    Ian Lynagh authored
    In GHC 6.10, intersectionWith is (a -> b -> a) instead of (a -> b -> c),
    so we need to jump through some hoops to get the more general type.
    63dde2e3