definition: |
isCommand :: String -> Bool isCommand s = case s of ':' : _ -> True _ -> False |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- May a `String` be a REPL command? |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({:}) |-> {False,True} || ({[]}) |-> {False}} |
name: |
isCommand |
precedence: |
no precedence defined |
result-values: |
{False,True} |
signature: |
String -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |