fs-api-0.3.0.1: Abstract interface for the file system
Safe HaskellSafe-Inferred
LanguageHaskell2010

System.FS.CallStack

Description

CallStack with a nicer Show instance

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

Synopsis

Documentation

opaque

data PrettyCallStack Source #

CallStack with Show instance using prettyCallStack

Instances

Instances details
Show PrettyCallStack Source # 
Instance details

Defined in System.FS.CallStack

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