ghc-justdoit

Version 0.1.0.2 revision 0 uploaded by JoachimBreitner.

Package meta

Synopsis
A magic typeclass that just does it
Description

This plugin allows you to write

{-# OPTIONS_GHC -fplugin GHC.JustDoIt.Plugin #-}
module Test where

import GHC.JustDoIt

foo :: ((a -> r) -> r) -> (a -> ((b -> r) -> r)) -> ((b -> r) -> r)
foo = (…)

without having to write the actual implementation of foo.

See examples/Demo.hs for a few examples of what this plugin can do for you.

Author
Joachim Breitner
Bug reports
n/a
Category
Language
Copyright
2018 Joachim Breitner
Homepage
https://github.com/nomeata/ghc-justdoit
Maintainer
mail@joachim-breitner.de
Package URL
n/a
Stability
n/a

Components