rebase-1.0.6: library/Rebase/Data/List.hs
module Rebase.Data.List ( module Data.List, List, ) where import Data.List -- | -- If you're not a fan of magical or special cases, -- you probably have already been looking for this alias. type List = []
module Rebase.Data.List ( module Data.List, List, ) where import Data.List -- | -- If you're not a fan of magical or special cases, -- you probably have already been looking for this alias. type List = []