effectful-0.0.0.0: A simple, yet powerful extensible effects library.
Safe HaskellNone
LanguageHaskell2010

Effectful.Internal.Utils

Description

Miscellaneous functions.

This module is intended for internal use only, and may change without warning in subsequent releases.

Synopsis

Documentation

ppCallStack :: (String, SrcLoc) -> String Source #

Pretty print a position from a CallStack.