wenzelm [Thu, 20 Sep 2007 20:56:34 +0200] rev 24666
tuned signature;
moved generic interpretation to interpretation.ML;
added abstract at_begin/end wrappers;
wenzelm [Thu, 20 Sep 2007 20:56:33 +0200] rev 24665
avoid Theory.rep_theory;
wenzelm [Thu, 20 Sep 2007 20:56:32 +0200] rev 24664
added interpretation.ML;
wenzelm [Thu, 20 Sep 2007 17:48:16 +0200] rev 24663
improved error behaviour of use (bootstrap version);
haftmann [Thu, 20 Sep 2007 16:37:34 +0200] rev 24662
more precise treatment of free dictionary parameters for evaluation
haftmann [Thu, 20 Sep 2007 16:37:33 +0200] rev 24661
fixed cg setup
haftmann [Thu, 20 Sep 2007 16:37:32 +0200] rev 24660
restored ml system independence
haftmann [Thu, 20 Sep 2007 16:37:31 +0200] rev 24659
more permissive
haftmann [Thu, 20 Sep 2007 16:37:30 +0200] rev 24658
clarified code lemmas
haftmann [Thu, 20 Sep 2007 16:37:29 +0200] rev 24657
fixed wrong syntax treatment in class target
haftmann [Thu, 20 Sep 2007 16:37:28 +0200] rev 24656
code lemmas for cardinality
berghofe [Thu, 20 Sep 2007 16:23:12 +0200] rev 24655
- eval_term no longer computes result during compile time
- generated ML code is now compiled via ML_Context.use_mltext
rather than use_text; this makes sure that antiquotations
are expanded
- quickcheck now checks whether types to be substituted for
type variables have correct sorts; this avoids spurious
counterexamples
- execution time for auto_quickcheck is now limited
obua [Thu, 20 Sep 2007 12:10:23 +0200] rev 24654
improved computing
obua [Thu, 20 Sep 2007 12:09:09 +0200] rev 24653
changed lemmas
wenzelm [Wed, 19 Sep 2007 20:45:29 +0200] rev 24652
ml_output: proper error instead of error_msg;
webertj [Wed, 19 Sep 2007 18:48:54 +0200] rev 24651
comment added to explain a potential scheduling problem
nipkow [Wed, 19 Sep 2007 17:16:40 +0200] rev 24650
tuned
nipkow [Wed, 19 Sep 2007 15:26:58 +0200] rev 24649
*** empty log message ***
paulson [Wed, 19 Sep 2007 13:59:13 +0200] rev 24648
metis too slow
isatest [Wed, 19 Sep 2007 13:52:54 +0200] rev 24647
move at-sml-dev to 2-processor atbroy100
isatest [Wed, 19 Sep 2007 13:51:58 +0200] rev 24646
make sun-sml-dev non-proof-term, and at-sml-def -p 2 (at-sml-dev being moved
to faster atbroy100)
nipkow [Wed, 19 Sep 2007 13:14:00 +0200] rev 24645
Generalized [_.._] from nat to linear orders
berghofe [Wed, 19 Sep 2007 12:17:13 +0200] rev 24644
Enclosed end_theory in text antiquotation to make LaTeX happy.
wenzelm [Wed, 19 Sep 2007 11:50:07 +0200] rev 24643
* ML: just one true type int;
ballarin [Tue, 18 Sep 2007 18:53:55 +0200] rev 24642
New diagnostic command print_orders.
ballarin [Tue, 18 Sep 2007 18:53:12 +0200] rev 24641
Transitivity reasoner set up for locales order and linorder.
ballarin [Tue, 18 Sep 2007 18:52:17 +0200] rev 24640
Simplified proofs due to transitivity reasoner setup.
ballarin [Tue, 18 Sep 2007 18:51:07 +0200] rev 24639
Defunctorised transitivity reasoner; locale interpretation requires dynamic instances.