comprehensions-ghc: Plugin to generalize comprehensions

[ bsd3, library, unclassified ] [ Propose Tags ]

Add the following to your source file:

{-# LANGUAGE ApplicativeDo #-}
{-# OPTIONS_GHC -fplugin=Comprehension.Plugin #-}

Now all comprehensions have an Applicative rather than a Monad constraint if possible ☺


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

  • No current members of group

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies base (>=4.7 && <5), base-unicode-symbols, ghc, syb, util [details]
License BSD-3-Clause
Copyright 2019 M Farkas-Dyck
Author M Farkas-Dyck
Maintainer strake888@gmail.com
Revised Revision 1 made by MatthewFarkasDyck at 2020-02-11T06:56:33Z
Source repo head: git clone https://github.com/strake/comprehensions-ghc
Uploaded by MatthewFarkasDyck at 2019-04-09T00:15:54Z
Distributions
Downloads 973 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-04-09 [all 1 reports]

Readme for comprehensions-ghc-0.1.0.1

[back to package description]

comprehensions-ghc