Home
last modified time | relevance | path

Searched refs:formatTraceMsg (Results 1 – 1 of 1) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs687 traceOptTcRn flag (formatTraceMsg herald doc)
689 formatTraceMsg :: String -> SDoc -> SDoc
690 formatTraceMsg herald doc = hang (text herald) 2 doc function