ouroboros-consensus-0.18.0.0: Consensus layer for the Ouroboros blockchain protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Ouroboros.Consensus.Util.CallStack

Description

CallStack with a nicer Show instance

Use of this module is intended to replace import of GHC.Stack

Synopsis

Documentation

opaque

Re-exports

type HasCallStack = ?callStack ∷ CallStack #

Request a CallStack.

NOTE: The implicit parameter ?callStack :: CallStack is an implementation detail and should not be considered part of the CallStack API, we may decide to change the implementation in the future.

Since: base-4.9.0.0