CurryInfo: spicey-4.2.0 / Spicey.EntitiesToHtmlGeneration.attributeToConverter

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