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 =
  []