packages feed

planet-mitchell-0.0.0: src/Monad/Fix.hs

module Monad.Fix
  ( MonadFix(..)
  ) where

import Control.Monad.Fix (MonadFix(..))