cardano-api-1.36.0: The cardano api
Safe HaskellSafe-Inferred
LanguageHaskell2010

Cardano.Api.Utils

Description

Internal utils for the other Api modules

Synopsis

Documentation

(?!)Maybe a → e → Either e a Source #

(?!.)Either e a → (e → e') → Either e' a Source #

failEitherWithMonadFail m ⇒ (e → String) → Either e a → m a Source #

noInlineMaybeToStrictMaybeMaybe a → StrictMaybe a Source #

noteMonadFail m ⇒ StringMaybe a → m a Source #

runParsecParserParser a → Text → Parser a Source #

textShowShow a ⇒ a → Text Source #

writeSecretsFilePath → [Char] → [Char] → (a → ByteString) → [a] → IO () Source #

CLI option parsing

bounded ∷ ∀ a. (Bounded a, Integral a, Show a) ⇒ String → ReadM a Source #