applicative-splice

Version 0.0.0.0 revision 0 uploaded by AkioTakano.

Package meta

Synopsis
Write applicative programs in direct style (generalizes idiom brackets).
Description

This package defines a quasiquoter that lets you write your monadic/applicative programs in direct style, i.e. the style in which you would write it in a language with side effects. Unlike actual side effects, this does not affect purity of the langauge, because it's just a syntactic sugar around the usual (<$>), (<*>) and (>>=) functions.

Author
Takano Akio
Bug reports
n/a
Category
Control
Copyright
n/a
Homepage
https://github.com/takano-akio/applicative-splice
Maintainer
aljee@hyper.cx
Package URL
n/a
Stability
n/a

Components