CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Files.annotatedFlatCurryFileName

definition:
annotatedFlatCurryFileName :: String -> String
annotatedFlatCurryFileName prog =
  inCurrySubdir (stripCurrySuffix prog) <.> "afcy"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Transforms a name of a Curry program (with or without suffix ".curry"
--- or ".lcurry") into the name of the file containing the
--- corresponding annotated FlatCurry program.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
annotatedFlatCurryFileName
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