cardano-wallet-core-2022.7.1: The Wallet Backend for a Cardano node.
Copyright © 2022 IOHK
License Apache-2.0
Safe Haskell Safe-Inferred
Language Haskell2010

Control.Monad.Exception.Unchecked

Description

Unchecked helps convert a checked exception ( ExceptT ) into an unchecked exception (instance of the Exception class).

Documentation