CurryInfo: curry-repl-1.2.0 / REPL.Main.calcPrompt

definition:
calcPrompt :: ReplState -> String
calcPrompt rst =
  substS (unwords (currMod rst : addMods rst)) (prompt rst)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Calculates the prompt string w.r.t. the currently loaded modules.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
calcPrompt
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term