Hix.Managed.Data.EnvResult
data EnvResult Source #
Constructors
Fields
The final state, which is Nothing for stages that don't interact with it.
Nothing
Defined in Hix.Managed.Data.EnvResult
Associated Types
Methods
from :: EnvResult -> Rep EnvResult x #
to :: Rep EnvResult x -> EnvResult #
showsPrec :: Int -> EnvResult -> ShowS #
show :: EnvResult -> String #
showList :: [EnvResult] -> ShowS #
(==) :: EnvResult -> EnvResult -> Bool #
(/=) :: EnvResult -> EnvResult -> Bool #