File: Outputable.hs-boot

package info (click to toggle)
ghc 8.4.4%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 67,548 kB
  • sloc: haskell: 435,629; ansic: 62,017; sh: 6,706; python: 1,916; makefile: 1,014; perl: 465; asm: 315; xml: 196; yacc: 102; ruby: 84; lisp: 7
file content (11 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
module Outputable where

import GhcPrelude

data SDoc

showSDocUnsafe :: SDoc -> String

warnPprTrace :: Bool -> String -> Int -> SDoc -> a -> a

text :: String -> SDoc