BSD-3-Clause licensed by Yang Bo
Maintained by [email protected]
This version can be pinned in stack with:control-dsl-0.2.1.3@sha256:84623651d286d0d73e3b4867031fdfb8a86afd411185c06732fa03041e4213c3,2022
Depends on 1 package(full list with versions):

This "control-dsl" package is a toolkit to create extensible Domain Specific Languages in do-notation.

See Control.Dsl for more information.

Changes

0.2.1.3

  • Fix the parameter order of <=<.

0.2.1.2

  • Improve documentation.

0.2.1.1

  • Fix dead links in documentation.

0.2.1.0

  • Add toCont function

0.2.0.2

  • Fix tests in GHC 8.6.1

0.2.0.1

  • Improved documentation.

0.2.0.0

  • Renamed package do-notation-dsl to control-dsl.
  • Renamed type class Dsl to PolyCont
  • Renamed type class Do to Dsl
  • Addd many utility functions.
  • Improved documentation and tests.