definition:
|
writeTransFunOne :: String -> String -> [Attribute] -> CExpr
writeTransFunOne mName name attrs =
CLambda [(CPComb (mName, name)
(map (genAttrConvLeftOneTwo mName name) attrs))]
(list2ac (map (genAttrConvRightOneTwo mName False) attrs))
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
-- Generates the first conversion function in the entity-description
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_) |-> {CLambda}}
|
name:
|
writeTransFunOne
|
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
|