effet-0.2.0.0: An Effect System based on Type Classes
Copyright(c) Michael Szvetits 2020
LicenseBSD3 (see the file LICENSE)
Maintainertypedbyte@qualified.name
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Control.Effect.Machinery

Description

This module exports all the definitions needed to define effects and their corresponding handlers. Usually, importing this module is everything you need to get started.

Synopsis

Re-exports from effet

Re-exports from base

Re-exports from monad-control

Re-exports from transformers

Re-exports from transformers-base