packages feed

effectful-zoo-0.0.4.1: components/core/Effectful/Zoo/Core.hs

module Effectful.Zoo.Core
  ( type (<:),
    type (<<:),

    MonadIO(..),
  ) where

import Effectful
import Effectful.Zoo.Prim