@hackage ImperativeHaskell0.1.0.1

A library for writing Imperative style haskell.

A monad that uses GADTs and continuations to replicate what it is like to program in an imperative language like C or Java with "return", "for", "break", "continue", and mutable references.