Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from purescript-contrib/unfoldable-fix
Browse files Browse the repository at this point in the history
Fix imports for new unfoldable
  • Loading branch information
garyb committed Sep 28, 2015
2 parents 80f0ddd + 31f0894 commit 6bd0ae9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Base.purs
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ module Base
, module Data.Foldable
, module Data.Traversable
, module Data.List

, module Control.Apply
, module Control.Bind
, module Control.Monad
, module Control.MonadPlus
, module Control.Alt
, module Control.Plus

, module Control.Monad.Eff
, module Control.Monad.Eff.Console
) where
Expand All @@ -28,7 +28,7 @@ import Data.Monoid
import Data.Unfoldable
import Data.Foldable
import Data.Traversable
import Data.List
import Data.List hiding (singleton, replicate)

import Control.Apply
import Control.Bind
Expand Down

0 comments on commit 6bd0ae9

Please sign in to comment.