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

definition:
prevBlinkMode :: FormatHistory -> BlinkMode
prevBlinkMode history = case history of
  []                    -> Off
  (SetBlinkMode b : _ ) -> b
  (_              : hs) -> prevBlinkMode hs
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Find previous blinking mode in history
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({[]}) |-> {Off} || ({:}) |-> _}
name:
prevBlinkMode
precedence:
no precedence defined
result-values:
_
signature:
[FormatStm] -> BlinkMode
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms