backport bifunctor

This commit is contained in:
Stephen Diehl
2016-04-09 19:57:02 -04:00
parent 806939605a
commit 1f0a5a9576
10 changed files with 84 additions and 4 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
{-# LANGUAGE CPP #-}
{-# LANGUAGE Safe #-}
{-# LANGUAGE NoImplicitPrelude #-}
module Monad (
@@ -38,7 +39,8 @@ module Monad (
, (<$!>)
) where
import Prelude (concat, seq)
import Data.List (concat)
import Prelude (seq)
#if (__GLASGOW_HASKELL__ >= 710)
import Control.Monad hiding ((<$!>))