wenzelm [Mon, 25 May 2009 12:49:18 +0200] rev 31243
simplified method syntax;
wenzelm [Mon, 25 May 2009 12:49:05 +0200] rev 31242
modernized method setup;
wenzelm [Mon, 25 May 2009 12:48:18 +0200] rev 31241
modernized method setup;
tuned signature;
wenzelm [Mon, 25 May 2009 12:46:14 +0200] rev 31240
proper signature constraints;
modernized method setup;
wenzelm [Mon, 25 May 2009 12:29:29 +0200] rev 31239
adapted to Poly/ML SVN 744;
wenzelm [Sat, 23 May 2009 21:41:02 +0200] rev 31238
removed some obsolete combinators for method args;
wenzelm [Sat, 23 May 2009 21:40:34 +0200] rev 31237
proper indentation;
wenzelm [Sat, 23 May 2009 21:31:07 +0200] rev 31236
proper signature constraint;
observe basic Isabelle/ML coding conventions, concerning parentheses, whitespace, indentation, and max. line length;
wenzelm [Sat, 23 May 2009 17:39:19 +0200] rev 31235
adapted to Poly/ML SVN 719;
removed obsolete add_prefix;
wenzelm [Sat, 23 May 2009 17:21:44 +0200] rev 31234
getenv_strict needs to be based on getenv (accidentally broken in 0e88d33e8d19);
huffman [Fri, 22 May 2009 13:22:16 -0700] rev 31233
merged
huffman [Fri, 22 May 2009 13:18:59 -0700] rev 31232
define copy functions using combinators; add checking for failed proofs of induction rules
huffman [Fri, 22 May 2009 10:36:38 -0700] rev 31231
export ID, oo; add more dtyp operations
huffman [Fri, 22 May 2009 10:34:22 -0700] rev 31230
add combinators for building copy functions
huffman [Thu, 21 May 2009 18:49:14 -0700] rev 31229
change representation of Domain_Library.arg
huffman [Thu, 21 May 2009 18:23:19 -0700] rev 31228
make type Domain_Library.arg abstract
huffman [Wed, 20 May 2009 13:18:14 -0700] rev 31227
indentation; export Domain_Axioms.calc_axioms
huffman [Wed, 20 May 2009 13:01:52 -0700] rev 31226
indentation; export Domain_Syntax.calc_syntax
haftmann [Thu, 21 May 2009 19:15:22 +0200] rev 31225
using precompiled Predicate.map
haftmann [Thu, 21 May 2009 16:51:00 +0200] rev 31224
merged
haftmann [Thu, 21 May 2009 09:07:25 +0200] rev 31223
re-added corrected version of type copy quickcheck generator
haftmann [Thu, 21 May 2009 09:07:13 +0200] rev 31222
added Predicate.map in SML environment
webertj [Thu, 21 May 2009 15:25:44 +0100] rev 31221
merged
webertj [Thu, 21 May 2009 15:25:26 +0100] rev 31220
implementation of definitional CNF improved
webertj [Thu, 21 May 2009 15:23:32 +0100] rev 31219
write_dimacs_{sat,cnf}_file now write the DIMACS file on the fly, without building it in memory first
haftmann [Wed, 20 May 2009 22:24:07 +0200] rev 31218
fixed typo
haftmann [Wed, 20 May 2009 22:24:07 +0200] rev 31217
experimental values command
haftmann [Wed, 20 May 2009 22:24:07 +0200] rev 31216
added Predicate.map