----------------------------------------------------------------------------- -- | -- Module : Data.Choose.IO -- Copyright : Copyright (c) , Patrick Perry -- License : BSD3 -- Maintainer : Patrick Perry -- Stability : experimental -- -- Mutable combinations in the 'IO' monad. module Data.Choose.IO ( -- * Combinations IOChoose, -- * Overloaded mutable combination interface module Data.Choose.MChoose ) where import Data.Choose.IOBase( IOChoose ) import Data.Choose.MChoose