wenzelm [Wed, 07 Sep 2011 18:01:01 +0200] rev 44799
updated file locations;
wenzelm [Wed, 07 Sep 2011 17:42:57 +0200] rev 44798
merged
bulwahn [Wed, 07 Sep 2011 14:58:40 +0200] rev 44797
merged
bulwahn [Wed, 07 Sep 2011 13:51:39 +0200] rev 44796
removing previously used function locally_monomorphic in the code generator
bulwahn [Wed, 07 Sep 2011 13:51:38 +0200] rev 44795
setting const_sorts to false in the type inference of the code generator
bulwahn [Wed, 07 Sep 2011 13:51:37 +0200] rev 44794
adapting Imperative HOL serializer to changes of the iterm datatype in the code generator
bulwahn [Wed, 07 Sep 2011 13:51:36 +0200] rev 44793
removing previous crude approximation to add type annotations to disambiguate types
bulwahn [Wed, 07 Sep 2011 13:51:35 +0200] rev 44792
adding minimalistic implementation for printing the type annotations
bulwahn [Wed, 07 Sep 2011 13:51:34 +0200] rev 44791
adding call to disambiguation annotations
bulwahn [Wed, 07 Sep 2011 13:51:34 +0200] rev 44790
adding type inference for disambiguation annotations in code equation
bulwahn [Wed, 07 Sep 2011 13:51:32 +0200] rev 44789
adding the body type as well to the code generation for constants as it is required for type annotations of constants
bulwahn [Wed, 07 Sep 2011 13:51:30 +0200] rev 44788
changing const type to pass along if typing annotations are necessary for disambigous terms
blanchet [Wed, 07 Sep 2011 13:50:17 +0200] rev 44787
fixed THF type constructor syntax
blanchet [Wed, 07 Sep 2011 13:50:17 +0200] rev 44786
tweaking polymorphic TFF and THF output
blanchet [Wed, 07 Sep 2011 13:50:17 +0200] rev 44785
parse new experimental '@' encodings
blanchet [Wed, 07 Sep 2011 13:50:17 +0200] rev 44784
tuning
blanchet [Wed, 07 Sep 2011 13:50:17 +0200] rev 44783
tuning
blanchet [Wed, 07 Sep 2011 13:50:16 +0200] rev 44782
tuning
wenzelm [Wed, 07 Sep 2011 17:03:34 +0200] rev 44781
clarified import;
wenzelm [Wed, 07 Sep 2011 16:53:49 +0200] rev 44780
tuned/simplified proofs;
wenzelm [Wed, 07 Sep 2011 16:37:50 +0200] rev 44779
tuned proofs;
wenzelm [Wed, 07 Sep 2011 11:36:39 +0200] rev 44778
deactivate unfinished charset provider for now, to avoid user confusion;
wenzelm [Wed, 07 Sep 2011 11:26:27 +0200] rev 44777
more NEWS;
wenzelm [Wed, 07 Sep 2011 11:17:19 +0200] rev 44776
added "check" button: adhoc change to full buffer perspective;
wenzelm [Wed, 07 Sep 2011 11:00:39 +0200] rev 44775
added "cancel" button based on cancel_execution, not interrupt (cf. 156be0e43336);
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44774
separate mangling, which can (and should) be done before the formulas are first-orderized, and type arg filtering, which must be done after once the min arities have been computed
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44773
perform mangling before computing symbol arity, to avoid needless "hAPP"s and "hBOOL"s
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44772
tuning
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44771
make mangling sound w.r.t. type arguments
blanchet [Wed, 07 Sep 2011 09:10:41 +0200] rev 44770
make "filter_type_args" more robust if the actual arity is higher than the declared one