Skip to content
Snippets Groups Projects
Commit 8ab509b6 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Adapt to Data.List/Foldable generalisation

parent 8d5301d0
Branches wip/T9586
No related tags found
No related merge requests found
......@@ -186,4 +186,4 @@ module Data.List (
, genericReplicate -- :: (Integral a) => a -> b -> [b]
) where
import "base" Data.List hiding ( splitAt )
import "base" Data.OldList hiding ( splitAt )
......@@ -125,7 +125,7 @@ import qualified "base" Control.Exception.Base as New (catch)
import "base" Control.Monad
import "base" System.IO
import "base" System.IO.Error (IOError, ioError, userError)
import "base" Data.List hiding ( splitAt )
import "base" Data.OldList hiding ( splitAt )
import "base" Data.Either
import "base" Data.Maybe
import "base" Data.Tuple
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment