rebase-1.20.1: 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 =
[]