CurryInfo: call-analysis-3.2.0 / Analysis.dataModule

definition: Info
 
dataModule :: FC.TypeDecl -> String
dataModule (FC.Type tname _ _ _) = fst tname
dataModule (FC.TypeSyn tname _ _ _) = fst tname
dataModule (FC.TypeNew tname _ _ _) = fst tname
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({Type}) |-> _ || ({TypeSyn}) |-> _ || ({TypeNew}) |-> _}
name: Info
 dataModule
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 FlatCurry.Types.TypeDecl -> String
solution-complete: Info
 operationally complete operation
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms