h$;      Safe-Inferredtransformers-except8orDieWithCode with an exit code of 1 in case of an errortransformers-except,An idiom for failing hard on EitherT errors.3This really dies*. There is no other way to say it.The reason it lives with command line parser tooling, is that it is the only valid place to actually exit like this. Be appropriately wary.(C) 2017 Tim McGilchrist BSD-style (see the file LICENSE)timmcgil@gmail.com experimentalportable Safe-Inferred^transformers-exceptConstructor for computations in the ExceptT monad. (The inverse of ).transformers-except)Map over both arguments at the same time.Specialised version of bimap for .transformers-except"Constructor for left computations.transformers-except#Constructor for right computations.transformers-except Hoist an  into an  m. transformers-except7Map the unwrapped computation using the given function. transformers-exceptMap the 0 unwrapped computation using the given function. transformers-exceptMap the 0 unwrapped computation using the given function. transformers-exceptHoist  a into  a. transformers-exceptHoist  m into an  n.transformers-exceptTry an  action inside an  . If the  action throws an  , catch it and wrap it with the provided handler to convert it to the error type of the % transformer. Exceptions other than  % will escape the ExceptT transformer.Note: IOError is a type synonym for  .transformers-exceptFlipped .transformers-exceptTry any monad action and catch the specified exception, wrapping it to convert it to the error type of the  transformer. Exceptions other that the specified exception type will escape the  transformer.Warning*: This function should be used with caution! In particular, it is bad practice to catch ! because that includes asynchronous exceptions like stack/heap overflow, thread killed and user interrupt. Trying to handle  StackOverflow,  HeapOverflow and  ThreadKilled exceptions could cause your program to crash or behave in unexpected ways.transformers-exceptFlipped .transformers-exceptTry a monad action and catch any of the exceptions caught by the provided handlers. The handler for each exception type needs to wrap it to convert it to the error type of the  transformer. Exceptions not explicitly handled by the provided handlers will escape the  transformer.transformers-exceptFlipped .transformers-exceptHandle an error. Equivalent to  handleError in mtl package.transformers-exceptFlipped .transformers-exceptAcquire a resource in  and then perform an action with it, cleaning up afterwards regardless of .This function does not clean up in the event of an exception. Prefer  in any impure setting.transformers-exceptAcquire a resource in ExceptT and then perform an action with it, cleaning up afterwards regardless of  or exception.Like , but the cleanup is called even when the bracketed function throws an exception. Exceptions in the bracketed function are caught to allow the cleanup to run and then rethrown.transformers-exceptConvert an Either to a Maybe and execute the supplied handler in the Left case.  "      ! " #$%&'()*+,-.0transformers-except-0.1.2-LUtkHAsn6HOHCEEyOqYj3m Control.Monad.Trans.Except.ExtraControl.Monad.Trans.Except.Exittransformers-0.5.6.2Control.Monad.Trans.Except runExceptT mapExceptTorDie orDieWithCode newExceptTexceptTleftright hoistEither bimapExceptT firstExceptT secondExceptT hoistMaybe hoistExceptThandleIOExceptTcatchIOExceptT handleExceptT catchExceptThandlesExceptTcatchesExceptT handleLeftT catchLeftTbracketExceptTbracketExceptionThushMExceptTbase Data.EitherEitherLeftRight GHC.MaybeMaybeExceptghc-prim GHC.TypesIOGHC.IO.Exception IOExceptionGHC.Exception.Type SomeException