CurryInfo: currybrowse-3.0.0 / BrowserGUI.getFuns

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