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

definition:
space :: Doc
space = char ' '
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The document `space` contains a single space, `" "`.
---
---     x <+> y   = x <> space <> y
---
--- @return a document which contains a single space
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {Doc}}
name:
space
precedence:
no precedence defined
result-values:
{Doc}
signature:
Text.PrettyImpl.Doc
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms