CurryInfo: currydoc-4.0.0 / CurryDoc.Html.getExportedFields

definition: Info
 
getExportedFields :: [CTypeDecl] -> [String]
getExportedFields = map fldName . filter isExportedField . concatMap getFields
                  . concatMap typeCons
 where
  getFields (CCons   _ _ _ ) = []
  getFields (CRecord _ _ fs) = fs
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
extract the names of all exported fields
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 getExportedFields
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 [AbstractCurry.Types.CTypeDecl] -> [String]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms