CurryInfo: curry-ast-3.1.0 / Curry.Files.fullASTFileName

definition:
fullASTFileName :: String -> String
fullASTFileName prog = inCurrySubdir (stripCurrySuffix prog) <.> "ast"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
-- | Get the AST filename of a Curry programm
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
fullASTFileName
precedence:
no precedence defined
result-values:
_
signature:
String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term