src/Tools/Code/code_runtime.ML
Mon, 06 Feb 2017 20:56:34 +0100 haftmann more explicit errors in pathological cases
Mon, 06 Feb 2017 20:56:33 +0100 haftmann more computation antiquotations
Mon, 06 Feb 2017 20:56:32 +0100 haftmann computations and partiality
Mon, 06 Feb 2017 20:56:30 +0100 haftmann tuned
Fri, 27 Jan 2017 22:27:03 +0100 haftmann ML antiquotation for generated computations
Thu, 26 Jan 2017 16:25:32 +0100 haftmann tuned
Thu, 26 Jan 2017 16:06:19 +0100 haftmann tuned structure and terminology
Thu, 26 Jan 2017 16:06:18 +0100 haftmann tuned scope of lazy computation
Thu, 26 Jan 2017 16:06:18 +0100 haftmann tuned data structure
Thu, 26 Jan 2017 16:06:18 +0100 haftmann dropped dead code
Tue, 24 Jan 2017 22:29:44 +0100 haftmann dropped dead code
Tue, 24 Jan 2017 22:29:43 +0100 haftmann ensure no duplicates after preprocessing
Tue, 24 Jan 2017 22:29:42 +0100 haftmann reject polymorphic result types;
Tue, 24 Jan 2017 22:29:36 +0100 haftmann explicit a-priori detection of unsuitable terms for computations
Sun, 22 Jan 2017 21:39:16 +0100 haftmann experimental computations: use arbitrary generated code for RHSs, not just constants
Sat, 21 Jan 2017 20:59:47 +0100 haftmann corrected static scope: multi-argument composition does not apply partially
Mon, 30 May 2016 20:58:54 +0200 wenzelm merged
Sat, 28 May 2016 21:38:58 +0200 wenzelm clarified 'axiomatization';
Sun, 29 May 2016 14:43:17 +0200 haftmann do not export abstract constructors in code_reflect
Thu, 26 May 2016 15:27:50 +0200 haftmann optional timing for code generator conversions
Thu, 26 May 2016 15:27:50 +0200 haftmann clarified internal interfaces
Thu, 26 May 2016 15:27:50 +0200 haftmann corrected closure scope of static_conv_thingol;
Thu, 26 May 2016 15:27:50 +0200 haftmann clarified proof context vs. background theory
Thu, 26 May 2016 15:27:50 +0200 haftmann clarified naming conventions and code for code evaluation sandwiches
Thu, 26 May 2016 15:27:50 +0200 haftmann clarified names of variants
Thu, 28 Apr 2016 09:43:11 +0200 wenzelm support 'assumes' in specifications, e.g. 'definition', 'inductive';
Thu, 07 Apr 2016 16:53:43 +0200 wenzelm more conventional theory syntax for ML bootstrap, with 'ML_file' instead of 'use';
Wed, 06 Apr 2016 16:33:33 +0200 wenzelm clarified modules;
Tue, 05 Apr 2016 20:03:24 +0200 wenzelm clarified modules -- simplified bootstrap;
Sat, 26 Mar 2016 16:14:46 +0100 wenzelm explicit print_depth for the sake of Spec_Check.determine_type;
Sun, 13 Mar 2016 09:06:50 +0100 haftmann dropped junk
Tue, 01 Mar 2016 22:49:33 +0100 wenzelm tuned signature;
Tue, 01 Mar 2016 22:11:36 +0100 wenzelm clarified modules;
Tue, 01 Mar 2016 21:10:29 +0100 wenzelm load secure.ML earlier;
Wed, 17 Feb 2016 23:06:24 +0100 wenzelm SML/NJ is no longer supported;
Tue, 01 Sep 2015 23:10:23 +0200 wenzelm thread context for exceptions from forks, e.g. relevant when printing errors;
Mon, 17 Aug 2015 16:27:12 +0200 wenzelm explicit debug flag for ML compiler;
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Fri, 06 Mar 2015 23:52:14 +0100 wenzelm clarified context;
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Fri, 19 Dec 2014 20:32:54 +0100 wenzelm tuned;
Fri, 19 Dec 2014 12:56:06 +0100 wenzelm proper exception for internal program failure, not user-error;
Fri, 19 Dec 2014 12:36:50 +0100 wenzelm tuned;
Wed, 10 Dec 2014 19:24:54 +0100 wenzelm more careful handling of auxiliary environment structure -- allow nested ML evaluation;
Fri, 05 Dec 2014 19:35:36 +0100 haftmann allow multiple inheritance of targets
Thu, 09 Oct 2014 22:43:48 +0200 haftmann more foundational definition for predicate even
Thu, 09 Oct 2014 16:47:56 +0200 haftmann formally completeted set of experimental static evaluation functions
Sun, 05 Oct 2014 20:30:57 +0200 haftmann basic support for fully static evaluator generation without dynamic compiler invocation
Sun, 05 Oct 2014 20:30:56 +0200 haftmann split dynamic from static context
Sun, 29 Jun 2014 18:02:18 +0200 haftmann modernized diagnostic options
Thu, 15 May 2014 16:38:31 +0200 haftmann syntactic means to prevent accidental mixup of static and dynamic context
Thu, 15 May 2014 16:38:29 +0200 haftmann dropped obsolete hand-waving adjustion of type variables: safely done in preprocessor
Fri, 09 May 2014 08:13:26 +0200 haftmann normalizing of type variables before evaluation with explicit resubstitution function: make nbe work with funny type variables like \<AA>;
Sat, 19 Apr 2014 17:23:05 +0200 wenzelm added command 'SML_export' and 'SML_import' for exchange of toplevel bindings;
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Tue, 18 Mar 2014 17:39:03 +0100 wenzelm clarifed module name;
Tue, 18 Mar 2014 16:16:28 +0100 wenzelm clarified modules;
Wed, 12 Mar 2014 21:58:48 +0100 wenzelm simplified programming interface to define ML antiquotations -- NB: the transformed context ignores updates of the context parser;
Wed, 26 Feb 2014 11:57:52 +0100 haftmann prefer proof context over background theory
Sun, 23 Feb 2014 10:33:43 +0100 haftmann keep only identifiers public which are explicitly requested or demanded by dependencies
less more (0) -100 -60 tip