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

definition:
intensityMode :: Intensity -> Int
intensityMode i = case i of
  Faint  -> 2
  Normal -> 22
  Bold   -> 1
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Intensity mode
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({Faint}) |-> {2} || ({Normal}) |-> {22} || ({Bold}) |-> {1}}
name:
intensityMode
precedence:
no precedence defined
result-values:
{1,2,22}
signature:
Intensity -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms