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

definition:
 
comma :: Doc
comma = char ','
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
The document `comma` contains a comma, `","`.
@return a document which contains a comma
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {Doc}}
name:
 comma
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