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

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