definition:
|
writeTransFunThree :: String -> String -> [Attribute] -> CExpr
writeTransFunThree mName name attrs =
CLambda [(listPattern (map genAttrConvLeftThree attrs))]
(applyE (CSymbol (mName, name))
(map (genAttrConvRightThree mName name) attrs))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Generates the third conversion function in the entity-description
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_) |-> {CLambda}}
|
name:
|
writeTransFunThree
|
precedence:
|
no precedence defined
|
result-values:
|
{CLambda}
|
signature:
|
String -> String -> [Database.ERD.Attribute] -> AbstractCurry.Types.CExpr
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|