CurryInfo: wl-pprint-3.0.0 / Text.PrettyImpl.showWidth

definition: Info
 
showWidth :: Width -> Doc -> String
showWidth w d = noGroup (doc2Tokens d) w 1 w [0] []
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
`(showWidth w d)` pretty prints document `d` with a page width of `w` characters
@param w - width of page
@param d - a document
@return pretty printed document
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 showWidth
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Int -> Doc -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term