debuggable-0.1.0: Utilities for making your applications more debuggable.
Safe HaskellNone
LanguageHaskell2010

Debug.NonInterleavedIO.Scoped

Description

Utilities for writing debugging messages that include provenance

Intended for qualified import.

import Debug.NonInterleavedIO.Scoped qualified as Scoped
Synopsis

Documentation

putStrLn :: (HasCallStack, MonadIO m) => String -> m () Source #

Print debug message, showing current scope