CurryInfo: currybrowse-3.0.0 / BrowserGUI.getMainLoadPath

definition:
getMainLoadPath :: IORef GuiState -> IO [String]
getMainLoadPath gs = do
  (GS _ mainmod _ _ _ _ _) <- readIORef gs
  getLoadPathForModule mainmod
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- get load path w.r.t. main module:
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getMainLoadPath
precedence:
no precedence defined
result-values:
_
signature:
Data.IORef.IORef GuiState -> Prelude.IO [String]
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term