CurryInfo: spicey-4.2.0 / Spicey.Scaffolding.showCProg

definition:
showCProg :: CurryProg -> String
showCProg = prettyCurryProg (setOnDemandQualification [] defaultOptions)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty print an AbstractCurry program with name qualification on demand.
--- TODO: Currently, our naming scheme should ensure that there are no
--- name conflicts. Therefore, we omit the list of Curry modules
--- for the on-demand qualification. However, to be on the safe side,
--- one should explicitly set this list to the current module and the
--- list of its imports.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {prettyCurryProg}}
name:
showCProg
precedence:
no precedence defined
result-values:
{prettyCurryProg}
signature:
AbstractCurry.Types.CurryProg -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term