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