Popularity
1.2
Declining
Activity
0.0
Stable
1
2
0

Monthly Downloads: 13
Programming language: Haskell
License: MIT License
Tags: System     REPL    
Latest version: v0.2.0.0
Add another 'REPL' Package

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.