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

definition: Info
 
simpleInstanceDecl :: QName -> CTypeExpr -> [CFuncDecl] -> CInstanceDecl
simpleInstanceDecl qc te fdecls = CInstance qc (CContext []) [te] fdecls
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Constructs a simple class instance for a given type and
without a class constraint. Thus, the instance definition has the form

    instance c ty where { ...;fundecl;... }
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> {CInstance}}
name: Info
 simpleInstanceDecl
precedence: Info
 no precedence defined
result-values: Info
 {CInstance}
signature: Info
 (String, String) -> AbstractCurry.Types.CTypeExpr
-> [AbstractCurry.Types.CFuncDecl] -> AbstractCurry.Types.CInstanceDecl
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms