sdiehl / repline

Haskeline wrapper for GHCi-like REPL interfaces
MIT License
107 stars 28 forks source link

Add stateful finaliser example #28

Closed basile-henry closed 4 years ago

basile-henry commented 4 years ago

This PR adds a small example of using a finaliser that keeps the REPL open depending on state.

sdiehl commented 4 years ago

Lovely. This is a good example. :+1: