ghcide-1.9.1.0: The core of an IDE
Safe HaskellSafe-Inferred
LanguageHaskell2010

Development.IDE.GHC.Compat.Logger

Description

Compat module for GHC 9.2 Logger infrastructure.

Synopsis

Documentation

Logging stuff

defaultLogActionHPutStrDoc :: DynFlags -> Bool -> Handle -> SDoc -> IO () #

The boolean arguments let's the pretty printer know if it can optimize indent by writing ascii ' ' characters without going through decoding.