About

Metadata

  • Last updated , by epoberezkin
  • License MIT
  • Categories Systems Programming
  • Maintained by: evgeny@poberezkin.com

  • Lottery factor: 0

Links

Installation

Readme

interact

Functions to create interactive REPLs:

  • stateless REPL from a single argument functions
  • REPL with state from plain state function or with State monad
  • REPL-fold from two-arguments functions, with the accumulator in the first argument

See docs and usage examples on hackage.