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

definition:
compilerOutDir :: ReplState -> String
compilerOutDir rst =
  ".curry" </> map toLower (ccName cc) ++ "-" ++
  intercalate "." (map show [maj,min,rev])
 where
  cc = compiler rst
  (maj,min,rev) = ccVersion cc
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Computes the directory for auxiliary Curry files w.r.t. the current compiler.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
compilerOutDir
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