Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Hydra.Cluster.Options
Documentation
Constructors
Options | |
Fields |
Instances
data PublishOrReuse Source #
Instances
data UseMithril Source #
Constructors
NotUseMithril | |
UseMithril |
Instances
ToJSON UseMithril Source # | |
Defined in Hydra.Cluster.Options Methods toJSON :: UseMithril -> Value toEncoding :: UseMithril -> Encoding toJSONList :: [UseMithril] -> Value toEncodingList :: [UseMithril] -> Encoding omitField :: UseMithril -> Bool | |
Generic UseMithril Source # | |
Defined in Hydra.Cluster.Options | |
Show UseMithril Source # | |
Defined in Hydra.Cluster.Options | |
Eq UseMithril Source # | |
Defined in Hydra.Cluster.Options Methods (==) :: UseMithril -> UseMithril -> Bool Source # (/=) :: UseMithril -> UseMithril -> Bool Source # | |
type Rep UseMithril Source # | |
Constructors
Idle | |
RespendUTxO |
parseOptions :: Parser Options Source #