CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Goodies.isTCons

definition:
 
isTCons :: TypeExpr -> Bool
isTCons
  = trTypeExpr (\_ -> False) (\_ _ -> True) (\_ _ -> False) (\_ _ -> False)
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
is type declaration a constructed type?
failfree:
 ()
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {() |-> {trTypeExpr}}
name:
 isTCons
precedence:
 no precedence defined
result-values:
 {trTypeExpr}
signature:
 FlatCurry.Types.TypeExpr -> Prelude.Bool
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 reducible on all ground data terms