type'a pred = 'a -> bool (*the type of values testable by SpecCheck*) type'a prop (*transforms a predicate into a testable property*) val prop : 'a pred -> 'a prop (*implication for properties: if the first argument evaluates to false, the test case is
discarded*) val implies : 'a pred -> 'a prop -> 'a prop (*convenient notation for `implies` working on predicates*) val ==> : 'a pred * 'a pred -> 'a prop val expect_failure : exn -> ('a -> 'b) -> 'a prop
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.