CurryInfo: stylechecker-2.0.0 / Check.AST.Indent.Deriving.checkDeriving'

definition: Info
 
checkDeriving' :: SpanInfo -> [ConstrDecl] -> [QualIdent] -> CSM ()
checkDeriving' sI (l:ls) d = case l of
  (ConstrDecl _ _ _)  -> checkDerivingC sI (l:ls) d
  (RecordDecl _ _ _)  -> checkRecord    sI (l:ls) d
  _                   -> return ()
checkDeriving' _ [] _ = return ()
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Checks according to type.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{:},_) |-> _ || (_,{[]},_) |-> _}
name: Info
 checkDeriving'
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Curry.SpanInfo.SpanInfo -> [Curry.Types.ConstrDecl] -> [Curry.Ident.QualIdent]
-> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term