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

definition:
acyFileName :: ReplState -> String -> String
acyFileName rst prog = compilerOutDir rst </> modNameToPath prog <.> "acy"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- Computes the name of the AbstractCurry file for a given module
-- w.r.t. the current compiler
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
acyFileName
precedence:
no precedence defined
result-values:
_
signature:
REPL.State.ReplState -> String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term