Module Logtk.Test_prop
Test Properties
type term= Term.ttype lit= Literal.ttype form= Literals.t listtype res=|R_ok|R_fail of Subst.t
val check_form : ?limit:int -> form -> rescheck_form rules formreturnsR_okif the property seems to hold up todepth, orR_fail substifsubstmakesformevaluate tofalse- parameter limit
a limit on how many "steps" are done (for some notion of steps). The higher, the more expensive, but also the more accurate this is.