CurryInfo: property-prover-2.0.0 / VerifierState.isProperty

definition:
isProperty :: TAFuncDecl -> Bool
isProperty fdecl =
  resultType (funcType fdecl)
    `elem` map (\tc -> TCons tc [])
               [("Test.Prop","Prop"),("Test.EasyCheck","Prop")]
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Is a function declaration a property?
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
isProperty
precedence:
no precedence defined
result-values:
_
signature:
FlatCurry.Annotated.Types.AFuncDecl 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