definition: |
progName :: CurryProg -> String progName (CurryProg modname _ _ _ _ _ _ _) = modname |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Returns the name of a given Curry program. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CurryProg}) |-> _} |
name: |
progName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CurryProg -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |