arrowp-qq-0.1: src/State.hs
-- A Haskell-98-compatible subset of the Control.Monad.State module. module State(State, runState, get, put) where import Control.Monad.Trans.State
-- A Haskell-98-compatible subset of the Control.Monad.State module. module State(State, runState, get, put) where import Control.Monad.Trans.State