CurryInfo: wl-pprint-3.0.0 / Text.Pretty.isEmpty

definition: Info
 
isEmpty :: Doc -> Bool
isEmpty (Doc d) = isEmptyText (d EOD)
 where isEmptyText t = case t of Empty EOD -> True
                                 _         -> False
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Is the document empty?
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Doc}) |-> {False,True}}
name: Info
 isEmpty
precedence: Info
 no precedence defined
result-values: Info
 {False,True}
signature: Info
 Text.PrettyImpl.Doc -> Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms