freer-base-classes-0.1.0.0: src/Control/Monad/Freer/NonDetable.hs
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Control.Monad.Freer.NonDetable (N(..)) where
class N t where mz :: t a; mp :: t Bool
{-# OPTIONS_GHC -Wall -fno-warn-tabs #-}
module Control.Monad.Freer.NonDetable (N(..)) where
class N t where mz :: t a; mp :: t Bool