each-0.1.0.0: Template Haskell library for writing monadic expressions more easily

Copyright(c) dramforever 2017
LicenseBSD3
Maintainerdramforever
Stabilityexperimental
Portabilitynon-portable (Template Haskell)
Safe HaskellNone
LanguageHaskell2010

Each.Transform

Description

An internal module where most of the real transformation goes on.

Documentation

data Env Source #

Constructors

Env 

Fields

data Result Source #

Constructors

Pure ExpQ

This subexpression does not invoke bind, i.e. is pure

Bind ExpQ

This subexpression contains invocations of bind