src/HOL/Imperative_HOL/Heap_Monad.thy
Thu, 26 Aug 2010 12:19:49 +0200 prevent line breaks after Scala symbolic operators
Thu, 26 Aug 2010 10:16:22 +0200 code_include Scala: qualify module nmae
Fri, 13 Aug 2010 14:45:07 +0200 lemma execute_bind_case
Thu, 12 Aug 2010 09:00:19 +0200 tuned
Thu, 12 Aug 2010 08:58:32 +0200 tuned
Thu, 29 Jul 2010 09:56:59 +0200 proper unit type in transformed program
Mon, 26 Jul 2010 11:09:44 +0200 use Natural as index type for Haskell and Scala
Fri, 23 Jul 2010 10:58:13 +0200 avoid unreliable Haskell Int type
Mon, 19 Jul 2010 11:55:42 +0200 dropped superfluous prefixes
Fri, 16 Jul 2010 15:28:22 +0200 first roughly working version of Imperative HOL for Scala
Fri, 16 Jul 2010 13:58:29 +0200 a first sketch for Imperative HOL witht Scala
Fri, 16 Jul 2010 10:23:21 +0200 fragments of Scala
Thu, 15 Jul 2010 08:14:05 +0200 dropped spurious export_code
Wed, 14 Jul 2010 17:15:58 +0200 repaired some implementations of imperative operations
Wed, 14 Jul 2010 16:45:30 +0200 avoid ambiguities; tuned
Wed, 14 Jul 2010 12:27:44 +0200 dropped M suffix; added predicate monad bind
Tue, 13 Jul 2010 12:00:11 +0200 Heap_Monad uses Monad_Syntax
Tue, 13 Jul 2010 11:38:03 +0200 theorem collections do not contain default rules any longer
Mon, 12 Jul 2010 16:19:15 +0200 split off mrec into separate theory
Mon, 12 Jul 2010 16:05:08 +0200 spelt out relational framework in a consistent way
Fri, 09 Jul 2010 16:58:44 +0200 pervasive success combinator
Fri, 09 Jul 2010 10:08:10 +0200 avoid slightly odd "M" suffix; rename mapM to fold_map (fold_map_abort would be more correct, though)
Fri, 09 Jul 2010 09:48:53 +0200 guard combinator
Tue, 06 Jul 2010 09:21:13 +0200 tuned
Mon, 05 Jul 2010 14:34:28 +0200 simplified representation of monad type
Mon, 28 Jun 2010 15:03:07 +0200 merged constants "split" and "prod_case"
Fri, 16 Apr 2010 21:28:09 +0200 replaced generic 'hide' command by more conventional 'hide_class', 'hide_type', 'hide_const', 'hide_fact' -- frees some popular keywords;
Tue, 06 Apr 2010 11:00:57 +0200 removed (latex output) notation which is sometimes very ugly
Wed, 31 Mar 2010 16:44:41 +0200 adding MREC induction rule in Imperative HOL
Mon, 01 Mar 2010 21:41:35 +0100 eliminated hard tabs;
Thu, 11 Feb 2010 22:19:58 +0100 modernized translations;
Thu, 10 Dec 2009 11:58:26 +0100 added Imperative_HOL examples; added tail-recursive combinator for monadic heap functions; adopted code generation of references; added lemmas
Tue, 14 Jul 2009 16:27:32 +0200 prefer code_inline over code_unfold; use code_unfold_post where appropriate
Tue, 14 Jul 2009 10:54:04 +0200 code attributes use common underscore convention
Tue, 30 Jun 2009 19:45:52 +0200 adaptated to changes in term representation
Tue, 30 Jun 2009 14:53:57 +0200 streamlined code
Fri, 19 Jun 2009 17:26:40 +0200 more appropriate syntax for IML abstraction
Tue, 19 May 2009 16:54:55 +0200 String.literal replaces message_string, code_numeral replaces (code_)index
Thu, 07 May 2009 12:02:15 +0200 explicit type arguments in constants
Tue, 03 Feb 2009 19:37:00 +0100 changed name space policy for Haskell includes
Thu, 08 Jan 2009 17:10:41 +0100 split of Imperative_HOL theories from HOL-Library