module Data.HKey( HKey , withKey , T , createKey -- * Key Monad , KeyM , KeyT , getKey , keyTSplit , runKeyT) where import Data.HKeyPrivate