CurryInfo: currydoc-4.0.0 / CurryDoc.Read.getDataComment

definition: Info
 
getDataComment :: String -> [(SourceLine,String)] -> String
getDataComment _ [] = ""
getDataComment n ((def, cmt):fdcmts) = case def of
  DataDef d -> if n == d then cmt else getDataComment n fdcmts
  _         -> getDataComment n fdcmts
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
get comment for a type name:
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{[]}) |-> {[]} || (_,{:}) |-> _}
name: Info
 getDataComment
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [(SourceLine, String)] -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms