packages feed

planet-mitchell-0.0.0: src/List1/Partial.hs

module List1.Partial
  ( (!!)
  , fromList
  ) where

import Data.List.NonEmpty (fromList, (!!))