CurryInfo: currybrowse-3.0.0 / BrowserGUI.setFunctionListKind

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