definition:
|
getFunctionListKind :: IORef GuiState -> IO Bool
getFunctionListKind gs = do
(GS _ _ _ _ _ flag _) <- readIORef gs
return flag
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> _}
|
name:
|
getFunctionListKind
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Data.IORef.IORef GuiState -> Prelude.IO Prelude.Bool
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|