definition: |
checkInstance :: Decl a -> Int -> CSM () checkInstance e i = case e of (InstanceDecl sI _ _ _ _ decl) -> checkInstance' sI decl i _ -> return () |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
-- Applies actual check on instance declaration. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({InstanceDecl},_) |-> _ || ({InfixDecl},_) |-> _ || ({DataDecl},_) |-> _ || ({ExternalDataDecl},_) |-> _ || ({NewtypeDecl},_) |-> _ || ({TypeDecl},_) |-> _ || ({TypeSig},_) |-> _ || ({FunctionDecl},_) |-> _ || ({ExternalDecl},_) |-> _ || ({PatternDecl},_) |-> _ || ({FreeDecl},_) |-> _ || ({DefaultDecl},_) |-> _ || ({ClassDecl},_) |-> _} |
name: |
checkInstance |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Curry.Types.Decl a -> Prelude.Int -> Control.Monad.Trans.State.StateT Types.CheckState Data.Functor.Identity.Identity () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |