definition: |
blinkMode :: BlinkMode -> Int blinkMode b = case b of Off -> 25 Slow -> 5 Rapid -> 6 |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Blink mode |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Off}) |-> {25} || ({Slow}) |-> {5} || ({Rapid}) |-> {6}} |
name: |
blinkMode |
precedence: |
no precedence defined |
result-values: |
{25,5,6} |
signature: |
BlinkMode -> Prelude.Int |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |