definition:
|
attributeToConverter :: Attribute -> QName
attributeToConverter (Attribute _ domain _ isnull) =
(spiceyModule,
if isnull && not (isStringDom domain)
then "maybe" ++ upperFirst (domainToString domain) ++ "ToHtml"
else domainToString domain ++ "ToHtml")
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({Attribute}) |-> {(,)}}
|
name:
|
attributeToConverter
|
precedence:
|
no precedence defined
|
result-values:
|
{(,)}
|
signature:
|
Database.ERD.Attribute -> (String, String)
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|