HMap-1.1.4: Data/HKey.hs
module Data.HKey( HKey
, withKey
, T
, createKey
-- * Key Monad
, KeyM
, KeyT
, getKey
, runKeyT) where
import Data.HKeyPrivate