src/Tools/Code/code_haskell.ML
Sun, 06 Apr 2025 14:20:41 +0200 haftmann reflect nested lists in variables names
Sun, 30 Mar 2025 13:50:06 +0200 haftmann tuned namespace organisation
Sat, 04 Jan 2025 14:25:56 +0100 haftmann some bit operations on target numerals
Sat, 28 Dec 2024 21:20:33 +0100 nipkow Backed out changeset 0ca0a47235e5 (produced Code check failed for Haskell?)
Mon, 23 Dec 2024 21:58:26 +0100 haftmann some bit operations on target numerals
Fri, 20 Sep 2024 14:28:13 +0200 wenzelm clarified signature: more explicit operations;
Fri, 24 Mar 2023 18:30:17 +0000 haftmann more uniform approach towards satisfied applications
Thu, 09 Feb 2023 13:50:09 +0100 stuebinm explicit range types in abstractions
Sun, 12 Feb 2023 06:45:59 +0000 haftmann somehow more clear terminology
Sun, 12 Feb 2023 06:45:58 +0000 haftmann tuned
Mon, 28 Mar 2022 12:54:09 +0000 haftmann modernized handling of variables
Sat, 19 Jan 2019 07:19:16 +0000 haftmann self-contained code modules for Haskell
Thu, 10 Jan 2019 12:07:05 +0000 haftmann explicit model concerning files of generated code
Fri, 04 Jan 2019 23:22:53 +0100 wenzelm isabelle update -u control_cartouches;
Tue, 30 Oct 2018 19:25:32 +0100 wenzelm tuned -- prefer GHC.print_codepoint;
Tue, 30 Oct 2018 15:45:24 +0100 wenzelm clarified signature;
Tue, 24 Apr 2018 14:17:58 +0000 haftmann proper datatype for 8-bit characters
Thu, 14 Dec 2017 18:42:39 +0100 haftmann dedicated case option for code generation to Scala
Thu, 13 Apr 2017 10:10:12 +0200 haftmann for generated Haskell code, never use let-binds with pattern matching: irrefutable patterns destroy partial correctness
Mon, 06 Apr 2015 17:06:48 +0200 wenzelm @{command_spec} is superseded by @{command_keyword};
Fri, 09 Jan 2015 08:36:59 +0100 haftmann modernized and more uniform style
Fri, 05 Dec 2014 19:35:36 +0100 haftmann allow multiple inheritance of targets
Thu, 25 Sep 2014 18:47:32 +0200 haftmann more correct precedence of do-notation
Thu, 18 Sep 2014 18:48:54 +0200 haftmann always annotate potentially polymorphic Haskell numerals
Thu, 18 Sep 2014 18:48:04 +0200 haftmann tuned data structure
Fri, 02 May 2014 21:18:50 +0200 haftmann enforce case of identifiers only to accomodate strict language requirements (or clear separation of constructors from variables in the case of SML)
Thu, 01 May 2014 09:30:36 +0200 haftmann centralized upper/lowercase name mangling
Sun, 23 Feb 2014 10:33:43 +0100 haftmann explicit option for "open" code generation
Sun, 23 Feb 2014 10:33:43 +0100 haftmann more fine-grain notion of export
Sun, 23 Feb 2014 10:33:43 +0100 haftmann formal markup for public ingredients
Sun, 09 Feb 2014 21:37:27 +0100 haftmann restoring ancient string_classes option
Sun, 09 Feb 2014 21:37:27 +0100 haftmann method names in instance declarations are always unqualified
Sun, 26 Jan 2014 16:23:46 +0100 haftmann more suitable names, without any notion of "activating"
Sat, 25 Jan 2014 23:50:49 +0100 haftmann less clumsy namespace
Sat, 25 Jan 2014 23:50:49 +0100 haftmann avoid (now superfluous) indirect passing of constant names
Sat, 25 Jan 2014 23:50:49 +0100 haftmann prefer explicit code symbol type over ad-hoc name mangling
Sat, 25 Jan 2014 23:50:49 +0100 haftmann more abstract declaration of unqualified constant names in code printing context
Tue, 30 Jul 2013 22:31:34 +0200 wenzelm proper PIDE markup for codegen arguments;
Thu, 04 Jul 2013 08:52:44 +0200 haftmann explicit hint for domain of class parameters in instance statements
Sun, 23 Jun 2013 21:16:07 +0200 haftmann migration from code_(const|type|class|instance) to code_printing and from code_module to code_identifier
Fri, 24 May 2013 23:57:24 +0200 haftmann bookkeeping and input syntax for exact specification of names of symbols in generated code
Fri, 15 Feb 2013 08:31:31 +0100 haftmann two target language numeral types: integer and natural, as replacement for code_numeral;
Fri, 27 Jul 2012 22:26:38 +0200 haftmann evaluation: allow multiple code modules
Mon, 23 Jul 2012 09:28:03 +0200 haftmann restrict unqualified imports from Haskell Prelude to a small set of fundamental operations
Tue, 05 Jun 2012 07:05:56 +0200 haftmann prefer records with speaking labels over deeply nested tuples
Mon, 28 May 2012 13:38:07 +0200 haftmann dropped sort constraints on datatype specifications
Thu, 19 Apr 2012 19:18:11 +0200 haftmann dropped dead code
Fri, 16 Mar 2012 18:20:12 +0100 wenzelm outer syntax command definitions based on formal command_spec derived from theory header declarations;
Tue, 20 Sep 2011 09:30:19 +0200 bulwahn syntactic improvements and tuning names in the code generator due to Florian's code review
Fri, 16 Sep 2011 20:02:35 +0200 noschinl tune indenting
Wed, 14 Sep 2011 10:24:22 +0200 noschinl create central list for language extensions used by the haskell code generator
Thu, 08 Sep 2011 12:23:11 +0200 noschinl call ghc with -XEmptyDataDecls
Wed, 07 Sep 2011 13:51:36 +0200 bulwahn removing previous crude approximation to add type annotations to disambiguate types
Wed, 07 Sep 2011 13:51:35 +0200 bulwahn adding minimalistic implementation for printing the type annotations
Wed, 07 Sep 2011 13:51:32 +0200 bulwahn adding the body type as well to the code generation for constants as it is required for type annotations of constants
Wed, 07 Sep 2011 13:51:30 +0200 bulwahn changing const type to pass along if typing annotations are necessary for disambigous terms
Thu, 18 Aug 2011 13:37:41 +0200 noschinl do not call ghc with -fglasgow-exts
Thu, 09 Jun 2011 17:51:49 +0200 wenzelm simplified Name.variant -- discontinued builtin fold_map;
Sun, 20 Mar 2011 17:40:45 +0100 wenzelm replaced File.check by specific File.check_file, File.check_dir;
Sun, 13 Mar 2011 19:16:19 +0100 wenzelm cleanup of former settings GHC_PATH, EXEC_GHC, EXEC_OCAML, EXEC_SWIPL, EXEC_YAP -- discontinued implicit detection;
Sun, 13 Mar 2011 14:51:38 +0100 wenzelm allow spaces in executable names;
Tue, 21 Dec 2010 08:40:39 +0100 haftmann program is separate argument to serializer
Fri, 17 Dec 2010 18:24:44 +0100 haftmann allocate intermediate directories in module hierarchy
Mon, 29 Nov 2010 11:39:00 +0100 haftmann less ghc-specific pragma
Sat, 27 Nov 2010 15:45:20 +0100 wenzelm more basic Isabelle_System.mkdir;
Sat, 27 Nov 2010 15:28:00 +0100 wenzelm more explicit Isabelle_System operations;
Thu, 25 Nov 2010 15:40:15 +0100 haftmann toplevel deresolving for flat module name space
Tue, 07 Sep 2010 16:49:32 +0200 haftmann only write ghc pragma when writing to a file
Tue, 07 Sep 2010 16:37:23 +0200 haftmann dropped ancient deresolve_base; plain_const_syntax also needs modification of instance statement
Tue, 07 Sep 2010 16:26:14 +0200 haftmann moved flat_program to code_namespace
Tue, 07 Sep 2010 16:05:18 +0200 haftmann Haskell uses generic flat_program combinator
Tue, 07 Sep 2010 11:08:57 +0200 haftmann added generic flat_program procedure
Sat, 04 Sep 2010 21:10:48 +0200 haftmann dropped names from serializer interface
Thu, 02 Sep 2010 19:08:48 +0200 haftmann hand out deresolver from serializer invocation
Thu, 02 Sep 2010 14:59:28 +0200 haftmann dropped superfluous presentation names
Thu, 02 Sep 2010 14:36:49 +0200 haftmann manage statement selection for presentation wholly through markup
Thu, 02 Sep 2010 13:58:16 +0200 haftmann formal markup of generated code for statements
Thu, 02 Sep 2010 13:43:38 +0200 haftmann removed namespace stuff from code_printer
Thu, 02 Sep 2010 12:30:22 +0200 haftmann formal framework for presentation of selected statements
Wed, 01 Sep 2010 08:52:49 +0200 haftmann tuned internally and made smlnj happy
Tue, 31 Aug 2010 15:08:04 +0200 haftmann dropped single_module parameter
Tue, 31 Aug 2010 14:21:06 +0200 haftmann record argument for serializers
Tue, 31 Aug 2010 13:55:54 +0200 haftmann removed serializer interface redundancies
Tue, 31 Aug 2010 13:29:38 +0200 haftmann more coherent naming of syntax data structures
Mon, 30 Aug 2010 16:33:06 +0200 haftmann tuned
Mon, 30 Aug 2010 16:31:38 +0200 haftmann tuned
Mon, 30 Aug 2010 16:21:47 +0200 haftmann tuned
Mon, 30 Aug 2010 16:17:10 +0200 haftmann eliminated some obscure higher-order arguments
Mon, 30 Aug 2010 16:11:09 +0200 haftmann trailing newline by default
Mon, 30 Aug 2010 16:00:41 +0200 haftmann width is a formal parameter of serialization
Mon, 30 Aug 2010 09:28:02 +0200 haftmann code checking: compiler invocation happens in same directory as generated file -- avoid problem with different path representations on cygwin
Thu, 26 Aug 2010 13:50:58 +0200 haftmann tuned serializer interface
Wed, 25 Aug 2010 22:47:04 +0200 haftmann merged
Wed, 25 Aug 2010 16:33:05 +0200 haftmann tuned
Wed, 25 Aug 2010 09:44:54 +0200 haftmann traling newline on standard output
Sat, 24 Jul 2010 18:08:41 +0200 haftmann another refinement chapter in the neverending numeral story
Mon, 19 Jul 2010 11:55:44 +0200 haftmann distinguish different classes of const syntax
Wed, 14 Jul 2010 17:27:54 +0200 haftmann more consistent spacing in generated monadic code
Wed, 14 Jul 2010 17:16:02 +0200 haftmann braced needed in layout-insensitive syntax
Wed, 14 Jul 2010 15:08:02 +0200 haftmann use generic description slot for formal code checking
Wed, 14 Jul 2010 14:53:44 +0200 haftmann formal slot for code checker
Wed, 14 Jul 2010 14:20:47 +0200 haftmann check without explicit path
Thu, 08 Jul 2010 16:41:57 +0200 haftmann dropped ancient in-place compilation of SML
Thu, 08 Jul 2010 16:19:24 +0200 haftmann checking generated code for various target languages
Thu, 01 Jul 2010 13:47:27 +0200 haftmann once more a try with mkdir_leaf
Thu, 01 Jul 2010 08:12:40 +0200 haftmann revert to plain for now mkdir
Wed, 30 Jun 2010 12:20:45 +0200 haftmann mkdir_leaf -- avoiding surprises with typos in user-given paths
Thu, 17 Jun 2010 15:59:47 +0200 haftmann more precise code
Thu, 17 Jun 2010 11:33:04 +0200 haftmann transitive superclasses were also only a misunderstanding
Thu, 17 Jun 2010 10:57:00 +0200 haftmann formal introduction of transitive superclasses
Tue, 15 Jun 2010 11:38:40 +0200 haftmann drop function definitions of combinators
Tue, 15 Jun 2010 08:32:32 +0200 haftmann formal introduction of case cong
Mon, 07 Jun 2010 13:42:38 +0200 haftmann more consistent naming aroud type classes and instances
Tue, 01 Jun 2010 13:52:11 +0200 haftmann brackify_infix etc.: no break before infix operator -- eases survival in Scala
Mon, 17 May 2010 23:54:15 +0200 wenzelm prefer structure Keyword, Parse, Parse_Spec, Outer_Syntax;
Fri, 30 Apr 2010 14:20:55 +0200 haftmann enclose case expression in brackets
Thu, 29 Apr 2010 15:00:42 +0200 haftmann more coherent naming with ML serializer
Fri, 19 Feb 2010 11:06:22 +0100 haftmann context theorem is optional
Fri, 22 Jan 2010 13:38:28 +0100 haftmann code literals: distinguish numeral classes by different entries
Tue, 05 Jan 2010 11:25:01 +0100 haftmann more correct handling of empty functions
Wed, 23 Dec 2009 11:32:08 +0100 haftmann take care for destructive print mode properly using dedicated pretty builders
Mon, 14 Dec 2009 10:24:04 +0100 haftmann improved crude deriving_show inference
Fri, 11 Dec 2009 20:32:49 +0100 haftmann repaired accident: do not forget module contents if there are no imports
Wed, 09 Dec 2009 16:46:04 +0100 haftmann each import resides in its own line
Fri, 04 Dec 2009 18:51:15 +0100 haftmann merged, resolving minor conflicts
Fri, 04 Dec 2009 18:19:32 +0100 haftmann tuned
Mon, 30 Nov 2009 12:28:12 +0100 haftmann dropped some unused bindings
Wed, 25 Nov 2009 09:13:46 +0100 haftmann normalized uncurry take/drop
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Tue, 03 Nov 2009 17:06:35 +0100 haftmann always be qualified -- suspected smartness in fact never worked as expected
Wed, 14 Oct 2009 12:03:16 +0200 haftmann tuned whitespace
Wed, 14 Oct 2009 11:56:44 +0200 haftmann dropped Code_Printer prefix where feasible; fixed whitespace issues; more coherent terminology
Mon, 12 Oct 2009 15:46:38 +0200 haftmann intro_base_names combinator
Mon, 12 Oct 2009 09:25:27 +0200 haftmann dropped dead code
Fri, 03 Jul 2009 16:51:07 +0200 haftmann cleaned up fundamental iml term functions
Tue, 30 Jun 2009 17:33:30 +0200 haftmann all variable names are optional
Tue, 30 Jun 2009 16:43:28 +0200 haftmann variable names in abstractions are optional
Tue, 30 Jun 2009 14:54:00 +0200 haftmann simplified binding concept
Tue, 23 Jun 2009 12:09:30 +0200 haftmann uniformly capitialized names for subdirectories
less more (0) tip