CurryInfo: rw-data-generator-2.0.0 / RW.Build.consVars

definition:
consVars :: CConsDecl -> [CTVarIName]
consVars (CCons _ _ tes) = [expr2name x | x <- tes, isTypeVar x]
  where
    expr2name e = case e of
                    (CTVar n) -> n
                    _         -> error "consVars: not a type variable"
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- All type variables occurring in a given constructor declaration
failfree:
{CCons}
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({CCons}) |-> _}
name:
consVars
precedence:
no precedence defined
result-values:
_
signature:
AbstractCurry.Types.CConsDecl -> [(Prelude.Int, String)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term