labyrinth-0.1.5.1: src/Labyrinth/Common.hs
module Labyrinth.Common where import Control.Monad.State import Labyrinth.Map type LabState m a = StateT Labyrinth m a
module Labyrinth.Common where import Control.Monad.State import Labyrinth.Map type LabState m a = StateT Labyrinth m a