CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.simpleCurryProg

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