algo-s-0.1.0.0: app/Types.hs
module Types where
-- import Data.Sample.AlgoS.Types
data Actions = Sample
{ sampleN :: !Int
}
deriving (Show, Eq)
module Types where
-- import Data.Sample.AlgoS.Types
data Actions = Sample
{ sampleN :: !Int
}
deriving (Show, Eq)