bulwahn [Wed, 23 Mar 2011 08:50:42 +0100] rev 42092
adding documentation about the eval option in quickcheck
bulwahn [Wed, 23 Mar 2011 08:50:40 +0100] rev 42091
adapting Quickcheck_Prolog to latest changes
bulwahn [Wed, 23 Mar 2011 08:50:39 +0100] rev 42090
changing Quickcheck_Narrowing's main function to enumerate the depth instead upto the depth
bulwahn [Wed, 23 Mar 2011 08:50:32 +0100] rev 42089
adapting mutabelle; exporting more Quickcheck functions
bulwahn [Wed, 23 Mar 2011 08:50:31 +0100] rev 42088
making quickcheck's result value more formal; allowing more result information to be returned after timeout; adding output of timing information in quickcheck
bulwahn [Wed, 23 Mar 2011 08:50:29 +0100] rev 42087
changing timeout behaviour of quickcheck to proceed after command rather than failing; adding a test case for timeout
wenzelm [Sat, 26 Mar 2011 12:01:40 +0100] rev 42086
added Syntax.const_abs_tr' with proper eta_abs and Term.is_dependent;
recovered printing of Hoare assign statements from 45d090186bbe;
wenzelm [Sat, 26 Mar 2011 10:52:29 +0100] rev 42085
tuned;
wenzelm [Sat, 26 Mar 2011 10:25:17 +0100] rev 42084
dependent_tr': formal treatment of bounds after stripping Abs, although it should only happen for malformed terms, since print_translations work top-down;
wenzelm [Thu, 24 Mar 2011 16:56:19 +0100] rev 42083
added Term.is_open and Term.is_dependent convenience, to cover common situations of loose bounds;