definition:
|
simpleCurryProg :: String -> [String] -> [CTypeDecl] -> [CFuncDecl] -> [COpDecl]
-> CurryProg
simpleCurryProg name imps types funcs ops =
CurryProg name imps Nothing [] [] types funcs ops
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Constructs a simple `CurryProg` without type classes and instances.
|
failfree:
|
(_, _, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_,_) |-> {CurryProg}}
|
name:
|
simpleCurryProg
|
precedence:
|
no precedence defined
|
result-values:
|
{CurryProg}
|
signature:
|
String -> [String] -> [AbstractCurry.Types.CTypeDecl]
-> [AbstractCurry.Types.CFuncDecl] -> [AbstractCurry.Types.COpDecl]
-> AbstractCurry.Types.CurryProg
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|