definition: |
storeSelectedFunctions :: IORef GuiState -> [FuncDecl] -> IO () storeSelectedFunctions gs funs = do (GS t mm ms _ ct flag fana) <- readIORef gs writeIORef gs (GS t mm ms (sortBy leqFunc funs) ct flag fana) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
storeSelectedFunctions |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Data.IORef.IORef GuiState -> [FlatCurry.Types.FuncDecl] -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |