packages feed

functor-0.1.0.0: Prelude.hs

module Prelude (module Control.Category,
                module Data.Either,
                module Data.Typeable) where

import Control.Category
import Data.Either
import Data.Typeable