Mon, 19 Aug 2019 21:23:13 +0200 wenzelm clarified export of axioms and theorems (identified derivations instead of projected facts);
Mon, 19 Aug 2019 20:08:12 +0200 wenzelm tuned signature;
Mon, 19 Aug 2019 20:00:29 +0200 wenzelm back to uniform serial (reverting 913b4afb6ac2): this allows to treat derivation id like name space entity id;
Mon, 19 Aug 2019 19:31:31 +0200 wenzelm module Thm_Name for Isabelle/Scala;
Mon, 19 Aug 2019 19:24:18 +0200 wenzelm tuned;
Mon, 19 Aug 2019 19:12:44 +0200 wenzelm clarified modules;
Mon, 19 Aug 2019 18:47:49 +0200 wenzelm tuned;
Mon, 19 Aug 2019 18:41:03 +0200 nipkow tuned
Mon, 19 Aug 2019 16:49:24 +0200 nipkow tuned names
Sat, 17 Aug 2019 19:04:03 +0200 wenzelm clarified signature;
Sat, 17 Aug 2019 17:59:55 +0200 wenzelm discontinued peek_status: unused and not clearly defined;
Sat, 17 Aug 2019 17:57:10 +0200 wenzelm more documentation on oracles;
Sat, 17 Aug 2019 17:45:04 +0200 wenzelm proper theory context for global props;
Sat, 17 Aug 2019 17:28:08 +0200 wenzelm more thorough check, using full dependency graph of finished proofs;
Sat, 17 Aug 2019 17:21:30 +0200 wenzelm added ML antiquotation @{oracle_name};
Sat, 17 Aug 2019 13:39:28 +0200 wenzelm more robust, notably for open_proof of unnamed derivation;
Sat, 17 Aug 2019 13:24:40 +0200 wenzelm tuned comments;
Sat, 17 Aug 2019 13:17:40 +0200 wenzelm NEWS;
Sat, 17 Aug 2019 13:16:19 +0200 wenzelm more accurate proposition for cheat_tac (command 'sorry');
Sat, 17 Aug 2019 12:44:22 +0200 wenzelm added command 'thm_oracles';
Sat, 17 Aug 2019 11:52:47 +0200 wenzelm clarified type for recorded oracles;
Sat, 17 Aug 2019 11:39:29 +0200 wenzelm unused;
Sat, 17 Aug 2019 11:23:20 +0200 wenzelm clarified signature;
Sat, 17 Aug 2019 11:13:16 +0200 wenzelm clarified modules;
Sat, 17 Aug 2019 11:02:09 +0200 wenzelm clarified lookup operations: more scalable for multiple retrieval;
Sat, 17 Aug 2019 10:38:02 +0200 wenzelm clarified signature;
Fri, 16 Aug 2019 21:50:57 +0200 wenzelm merged
Fri, 16 Aug 2019 21:38:42 +0200 wenzelm maintain thm_name vs. derivation_id for global facts;
Fri, 16 Aug 2019 21:02:18 +0200 wenzelm clarified identity of PThm nodes: do not reuse old id after renaming -- enforce uniqueness of substructures;
Fri, 16 Aug 2019 14:01:51 +0200 wenzelm clarified signature;
Fri, 16 Aug 2019 15:48:08 +0100 paulson Fixed brace matching (plus some whitespace cleanup)
Fri, 16 Aug 2019 12:53:47 +0100 paulson merged
Fri, 16 Aug 2019 12:53:36 +0100 paulson new material on eqiintegrable functions, etc.
Fri, 16 Aug 2019 11:40:13 +0200 wenzelm clarified treatment of individual theorems;
Fri, 16 Aug 2019 10:33:25 +0200 wenzelm tuned signature;
Fri, 16 Aug 2019 10:20:41 +0200 wenzelm clarified signature;
Fri, 16 Aug 2019 10:04:47 +0200 wenzelm clarified derivation_name vs. raw_derivation_name;
Thu, 15 Aug 2019 21:46:43 +0200 wenzelm merged
Thu, 15 Aug 2019 21:18:06 +0200 wenzelm more careful treatment of hidden type variable names: smash before zero_var_indexes to get standard enumeration;
Thu, 15 Aug 2019 19:35:17 +0200 wenzelm more careful treatment of standard_vars: rename apart from existing frees and avoid approximative Name.declared, proper application of unvarifyT within terms of proof;
Thu, 15 Aug 2019 18:21:12 +0200 wenzelm support Export_Theory.read_proof, based on theory_name and serial;
Thu, 15 Aug 2019 16:57:09 +0200 wenzelm clarified PThm: theory_name simplifies retrieval from exports;
Thu, 15 Aug 2019 16:38:55 +0200 wenzelm Indexname.toString according to string_of_vname' in ML;
Thu, 15 Aug 2019 16:26:50 +0200 wenzelm clarified type Indexname, with plain value Int;
Thu, 15 Aug 2019 16:17:18 +0200 wenzelm more complete pattern match;
Thu, 15 Aug 2019 16:06:57 +0200 wenzelm export facts with reconstructed proof term (if possible), but its PThm boxes need to be collected separately;
Thu, 15 Aug 2019 16:02:47 +0200 wenzelm support for (fully reconstructed) proof terms in Scala;
Thu, 15 Aug 2019 16:11:56 +0100 paulson new material; rotated premises of Lim_transform_eventually
Wed, 14 Aug 2019 19:50:23 +0200 wenzelm clarified name context for abstractions -- in contrast to 367e60d9aa1b and Term.variant_frees (*as they are printed :-*);
Wed, 14 Aug 2019 19:40:30 +0200 wenzelm tuned;
Wed, 14 Aug 2019 19:21:34 +0200 wenzelm uniform standard_vars for terms and proof terms;
Wed, 14 Aug 2019 11:14:27 +0200 wenzelm treat simproc results as atomic -- more compact proof terms;
Tue, 13 Aug 2019 21:52:08 +0200 wenzelm tuned;
Tue, 13 Aug 2019 21:18:26 +0200 wenzelm minor performance tuning;
Tue, 13 Aug 2019 20:54:08 +0200 wenzelm NEWS and example for Theory.join_theory;
Tue, 13 Aug 2019 20:19:15 +0200 wenzelm tuned whitespace;
Tue, 13 Aug 2019 20:17:02 +0200 wenzelm more compact proof terms;
Tue, 13 Aug 2019 20:16:03 +0200 wenzelm more documentation;
Tue, 13 Aug 2019 15:34:46 +0200 wenzelm added SUBPROOFS / "subproofs" method combinator, for more compact proofterms;
Tue, 13 Aug 2019 10:27:21 +0200 wenzelm clarified modules;
Mon, 12 Aug 2019 21:22:40 +0200 wenzelm merged
Mon, 12 Aug 2019 19:47:48 +0200 wenzelm more compact proof terms;
Mon, 12 Aug 2019 19:29:33 +0200 wenzelm more robust -- notably for metis, which tends to accumulate tpairs;
Mon, 12 Aug 2019 18:53:02 +0200 wenzelm tuned -- avoid shadowing of ML names;
Mon, 12 Aug 2019 18:00:46 +0200 wenzelm tuned;
Mon, 12 Aug 2019 17:15:41 +0200 wenzelm more compact proof terms;
Mon, 12 Aug 2019 15:44:41 +0200 wenzelm tuned;
Mon, 12 Aug 2019 15:43:05 +0200 wenzelm tuned;
Mon, 12 Aug 2019 15:29:06 +0200 wenzelm tuned -- eliminated unused parameters;
Mon, 12 Aug 2019 15:24:41 +0200 wenzelm more direct/compact export of proof terms;
Mon, 12 Aug 2019 15:22:32 +0200 wenzelm output physical_stderr, e.g. for low-level debugging;
Mon, 12 Aug 2019 14:39:55 +0200 wenzelm tuned;
Mon, 12 Aug 2019 11:16:10 +0200 wenzelm do not open ML structures;
Mon, 12 Aug 2019 11:15:57 +0200 wenzelm tuned;
Mon, 12 Aug 2019 11:04:41 +0200 wenzelm misc tuning -- slightly more readable;
Mon, 12 Aug 2019 15:57:40 +0200 nipkow simplified defs (thanks to Mohammad)
Sun, 11 Aug 2019 22:36:34 +0200 wenzelm record sort constraints unconditionally: minimal performance implications;
Sat, 10 Aug 2019 17:09:20 +0200 wenzelm more careful export of unnamed proof boxes: avoid duplicates via memoing;
Sat, 10 Aug 2019 16:16:54 +0200 wenzelm tuned signature;
Sat, 10 Aug 2019 15:11:34 +0200 wenzelm export each PThm node separately: slightly more scalable;
Sat, 10 Aug 2019 12:53:35 +0200 wenzelm allow duplicate exports via strict = false;
Sat, 10 Aug 2019 10:31:56 +0200 wenzelm tuned message;
Sat, 10 Aug 2019 10:26:21 +0200 wenzelm more positions;
Sat, 10 Aug 2019 10:17:07 +0200 wenzelm more positions;
Fri, 09 Aug 2019 20:33:05 +0200 wenzelm tuned;
Fri, 09 Aug 2019 17:14:49 +0200 wenzelm formal position for PThm nodes;
Fri, 09 Aug 2019 15:58:26 +0200 wenzelm clarified ML types;
Fri, 09 Aug 2019 10:30:54 +0200 wenzelm proper treatment of body oracles, outside of recursion into thms graph;
Thu, 08 Aug 2019 12:18:27 +0200 wenzelm prefer named lemmas -- more compact proofterms;
Thu, 08 Aug 2019 12:11:40 +0200 wenzelm prefer named lemmas -- more compact proofterms;
Thu, 08 Aug 2019 11:40:42 +0200 wenzelm tuned whitespace -- slightly more readable;
Thu, 08 Aug 2019 11:25:29 +0200 wenzelm clarified signature: fewer warnings in ML IDE;
Thu, 08 Aug 2019 10:50:23 +0200 wenzelm tuned;
Wed, 07 Aug 2019 18:23:32 +0200 wenzelm prefer named lemmas -- more compact proofterms;
Wed, 07 Aug 2019 17:43:48 +0200 wenzelm more compact proofterms;
Wed, 07 Aug 2019 17:00:07 +0200 wenzelm eliminated pointless comments;
Wed, 07 Aug 2019 15:49:33 +0200 wenzelm clarified proofterms;
Wed, 07 Aug 2019 15:48:52 +0200 wenzelm more robust and convenient treatment of implicit context;
Wed, 07 Aug 2019 11:09:37 +0200 wenzelm removed junk (cf. fa933b98d64d);
Wed, 07 Aug 2019 10:52:19 +0200 wenzelm explicit check of left-over constraints from different theory, e.g. due to lack of Thm.trim_context;
Wed, 07 Aug 2019 10:42:34 +0200 wenzelm more careful treatment of implicit context;
Wed, 07 Aug 2019 10:31:54 +0200 wenzelm more careful treatment of implicit context;
Wed, 07 Aug 2019 09:28:32 +0200 wenzelm proper build options;
Tue, 06 Aug 2019 20:52:06 +0200 wenzelm merged
Tue, 06 Aug 2019 19:47:46 +0200 wenzelm backed out changeset 1b8858f4c393: odd problems e.g. in CAVA_LTL_Modelchecker;
Tue, 06 Aug 2019 19:07:12 +0200 wenzelm more careful treatment of implicit context;
Tue, 06 Aug 2019 17:26:40 +0200 wenzelm clarified signature;
Tue, 06 Aug 2019 16:29:28 +0200 wenzelm more robust and convenient treatment of implicit context;
Tue, 06 Aug 2019 16:15:22 +0200 wenzelm clarified context: proper transfer;
Tue, 06 Aug 2019 16:13:59 +0200 wenzelm tuned;
Mon, 05 Aug 2019 16:11:43 +0200 wenzelm clarified modules: more direct data implementation;
Tue, 06 Aug 2019 18:04:06 +0200 Manuel Eberl Added Takeuchi function to HOL-ex
Mon, 05 Aug 2019 11:20:56 +0200 wenzelm full AFP test on lrzcloud2;
Mon, 05 Aug 2019 11:08:50 +0200 wenzelm obsolete;
Sat, 03 Aug 2019 21:18:12 +0200 wenzelm more efficient data structure;
Sat, 03 Aug 2019 20:30:24 +0200 wenzelm clarified signature;
Sat, 03 Aug 2019 16:17:16 +0200 wenzelm guard constraints by record_proofs=1, until performance implications have become more clear;
Sat, 03 Aug 2019 16:10:34 +0200 wenzelm more complete completions according to Sorts.insert_complete_ars (cf. 13199740ced6), e.g. relevant for theories HOL-ex.Word_Type, HOL-Matrix_LP.SparseMatrix;
Sat, 03 Aug 2019 15:48:28 +0200 wenzelm tuned;
Sat, 03 Aug 2019 15:05:53 +0200 wenzelm tuned;
Sat, 03 Aug 2019 12:58:53 +0200 wenzelm maintain sort constraints from type instantiations, with pro-forma derivation to collect oracles/thms;
Fri, 02 Aug 2019 14:14:49 +0200 wenzelm more direct proofs for type classes;
Fri, 02 Aug 2019 11:43:36 +0200 wenzelm tuned;
Fri, 02 Aug 2019 11:23:09 +0200 wenzelm clarified modules: inference kernel maintains sort algebra within the logic;
Thu, 01 Aug 2019 14:46:50 +0200 wenzelm more elementary treatment of standard_vars (unconstrainT is already standard);
Thu, 01 Aug 2019 10:14:58 +0200 wenzelm clarified module structure;
Thu, 01 Aug 2019 09:55:37 +0200 wenzelm simplified module structure: back to plain datatype (see 95f4f08f950f and 70019ab5e57f);
Thu, 01 Aug 2019 09:50:20 +0200 wenzelm abstract type theory_id -- ensure non-equality type independently of implementation;
Wed, 31 Jul 2019 19:50:38 +0200 wenzelm clarified export: retain proof boxes as local definitions -- more scalable;
Wed, 31 Jul 2019 09:04:00 +0200 nipkow reduced dependencies
Tue, 30 Jul 2019 20:09:25 +0200 wenzelm clarified global theory context;
Tue, 30 Jul 2019 19:01:51 +0200 wenzelm more robust export, based on reconstruct_proof / expand_proof;
Tue, 30 Jul 2019 14:35:29 +0200 wenzelm clarified modules: provide reconstruct_proof / expand_proof at the bottom of proof term construction;
Tue, 30 Jul 2019 13:22:29 +0200 wenzelm tuned -- fewer warnings;
Tue, 30 Jul 2019 13:19:14 +0200 wenzelm discontinued pointless messages;
Tue, 30 Jul 2019 11:51:55 +0200 wenzelm clarified context;
Tue, 30 Jul 2019 11:41:39 +0200 wenzelm clarified modules;
Tue, 30 Jul 2019 11:12:52 +0200 wenzelm discontinue clean_proof: without type args its PThm nodes are not expanded, but with type args it is too unstable;
Mon, 29 Jul 2019 18:44:39 +0200 wenzelm merged
Mon, 29 Jul 2019 18:16:51 +0200 wenzelm more diagnostic operations;
Mon, 29 Jul 2019 15:10:30 +0200 wenzelm tuned -- non-strict args;
Mon, 29 Jul 2019 11:38:05 +0200 wenzelm proper constrains_map -- for shyps that are covered by present variables (amending 251f1fb44ccd);
Mon, 29 Jul 2019 11:21:41 +0200 wenzelm tuned signature;
Mon, 29 Jul 2019 11:09:37 +0200 wenzelm clarified signature;
Mon, 29 Jul 2019 10:26:12 +0200 wenzelm tuned signature;
Mon, 29 Jul 2019 16:26:06 +0200 nipkow News for bind infixl
Mon, 29 Jul 2019 14:28:30 +0200 nipkow Monadic bind is now infixl as is the norm
Sun, 28 Jul 2019 15:39:30 +0200 wenzelm purge remains from test (cf. 5a53724fe247);
Sun, 28 Jul 2019 14:37:32 +0200 wenzelm tuned;
Sun, 28 Jul 2019 14:28:40 +0200 wenzelm clarified signature;
Sun, 28 Jul 2019 12:43:31 +0200 wenzelm removed obsolete RC tags;
Sun, 28 Jul 2019 12:35:59 +0200 wenzelm tuned;
Sun, 28 Jul 2019 12:11:20 +0200 wenzelm clarified signature;
Sun, 28 Jul 2019 11:53:51 +0200 wenzelm tuned;
Sat, 27 Jul 2019 21:47:43 +0200 wenzelm tuned;
Sat, 27 Jul 2019 20:40:00 +0200 wenzelm clarified signature;
Sat, 27 Jul 2019 15:50:25 +0200 wenzelm tuned;
Sat, 27 Jul 2019 15:24:16 +0200 wenzelm tuned;
Sat, 27 Jul 2019 12:06:38 +0200 wenzelm tuned;
Fri, 26 Jul 2019 16:36:11 +0200 wenzelm tuned -- reorder sections;
Fri, 26 Jul 2019 15:29:10 +0200 wenzelm tuned;
Fri, 26 Jul 2019 15:21:02 +0200 wenzelm proper argument type (amending 42fbb6abed5a);
Fri, 26 Jul 2019 14:43:56 +0200 wenzelm tuned signature;
Fri, 26 Jul 2019 14:27:46 +0200 wenzelm tuned;
Fri, 26 Jul 2019 09:59:11 +0200 wenzelm finalize proofs earlier to reduce memory requirement;
Fri, 26 Jul 2019 09:50:23 +0200 wenzelm proper proof_serial;
Fri, 26 Jul 2019 09:50:12 +0200 wenzelm more explicit type proof_serial;
Fri, 26 Jul 2019 09:35:02 +0200 wenzelm defer rew_proof on unnamed PThm node as open_proof operation: significant performance improvement;
Thu, 25 Jul 2019 14:01:06 +0200 wenzelm more accurate proof definitions (PThm nodes);
Wed, 24 Jul 2019 15:41:24 +0200 wenzelm avoid duplicate Thm.name_derivation on unnamed PThm nodes ("simps" vs. "case_eqns" and "recursor_eqns");
Wed, 24 Jul 2019 13:30:15 +0200 wenzelm prefer local counter;
Wed, 24 Jul 2019 13:19:00 +0200 wenzelm more accurate proof export;
Wed, 24 Jul 2019 13:18:15 +0200 wenzelm clarified syntax;
Wed, 24 Jul 2019 11:57:30 +0200 wenzelm tuned;
Wed, 24 Jul 2019 11:54:08 +0200 wenzelm more thorough clean_proof;
Wed, 24 Jul 2019 11:32:18 +0200 wenzelm clarified modules;
Wed, 24 Jul 2019 10:49:01 +0200 wenzelm avoid global syntax for MinProof (amending e31271559de8);
Tue, 23 Jul 2019 23:10:22 +0200 wenzelm treat MinProof like Promise before 725438ceae7c, e.g. relevant for performance of session Corec (due to Thm.derivation_closed/close_derivation);
Tue, 23 Jul 2019 19:07:28 +0200 wenzelm discontinued Proofterm.Promise (cf. 725438ceae7c);
Tue, 23 Jul 2019 19:04:56 +0200 wenzelm clarified treatment of unnamed PThm nodes (from close_derivation): retain full proof, publish when named;
Tue, 23 Jul 2019 12:16:02 +0200 wenzelm tuned comments;
Tue, 23 Jul 2019 12:07:50 +0200 wenzelm proof terms are always constructed sequentially;
Mon, 22 Jul 2019 21:55:02 +0200 wenzelm tuned comments -- proper sections;
Mon, 22 Jul 2019 16:15:40 +0200 wenzelm support export_proofs, prune_proofs;
Mon, 22 Jul 2019 14:47:21 +0200 wenzelm clarified postproc: apply shrink_proof last, e.g. relevant for export of full proof term;
Mon, 22 Jul 2019 11:40:04 +0200 wenzelm tuned;
Mon, 22 Jul 2019 11:39:30 +0200 wenzelm clarified exception;
Mon, 22 Jul 2019 11:31:42 +0200 wenzelm tuned;
Mon, 22 Jul 2019 11:10:08 +0200 wenzelm more accurate type information;
Mon, 22 Jul 2019 11:09:24 +0200 wenzelm unused (see also 42fbb6abed5a);
Sun, 21 Jul 2019 15:42:43 +0200 wenzelm discontinued ASCII syntax;
Sun, 21 Jul 2019 15:19:07 +0200 wenzelm global declaration of abstract syntax for proof terms, with qualified names;
Sun, 21 Jul 2019 12:28:02 +0200 wenzelm tuned;
Sun, 21 Jul 2019 12:11:35 +0200 wenzelm tuned;
Sat, 20 Jul 2019 14:03:51 +0200 wenzelm more operations: support type classes within the logic;
Sat, 20 Jul 2019 12:52:29 +0200 wenzelm clarified export of sort algebra: avoid logical operations in Isabelle/Scala;
Sat, 20 Jul 2019 11:48:30 +0200 wenzelm more operations (avoid clones in Isabelle/MMT and Isabelle/Dedukti);
Sat, 20 Jul 2019 11:17:54 +0200 wenzelm more robust: avoid folding of jEdit file-names wrt. JEDIT_SESSION_DIRS;
Fri, 19 Jul 2019 12:57:14 +0100 paulson More results about measure and integration theory
Thu, 18 Jul 2019 15:40:15 +0100 paulson More analysis / measure theory material
Thu, 18 Jul 2019 14:08:44 +0100 paulson merged
Thu, 18 Jul 2019 14:08:28 +0100 paulson more new material about analysis
Thu, 18 Jul 2019 12:06:42 +0200 nipkow added forgotten declaration provided by Florian Haftmann
Wed, 17 Jul 2019 22:24:20 +0200 wenzelm merged;
Wed, 17 Jul 2019 21:56:32 +0200 wenzelm updated to jedit_build-20190717: support more brackets;
Wed, 17 Jul 2019 21:32:03 +0200 wenzelm updated to isabelle_fonts-20190717;
Wed, 17 Jul 2019 17:12:57 +0200 wenzelm redundant;
Wed, 17 Jul 2019 17:03:50 +0200 wenzelm tuned;
Wed, 17 Jul 2019 16:10:05 +0200 wenzelm added \<llangle>, \<rrangle>;
Wed, 17 Jul 2019 11:18:39 +0200 wenzelm tuned doc isar-ref;
Wed, 17 Jul 2019 11:09:43 +0200 wenzelm added \<bbar>;
Wed, 17 Jul 2019 09:40:43 +0200 wenzelm added \<sqdot>;
Wed, 17 Jul 2019 16:32:06 +0100 paulson fixed renaming issues
Wed, 17 Jul 2019 14:02:50 +0100 paulson merged
Wed, 17 Jul 2019 14:02:42 +0100 paulson a few new lemmas and a bit of tidying
Tue, 16 Jul 2019 15:39:32 +0200 wenzelm support for a soft-type system within the Isabelle logical framework;
Thu, 11 Jul 2019 18:37:52 +0200 nipkow tuned
Thu, 04 Jul 2019 14:20:47 +0200 wenzelm proper theory naming after join (reset due to merge_data);
Thu, 04 Jul 2019 12:31:24 +0200 wenzelm support join of anonymous theory nodes, e.g. relevant for parallel theory construction;
Thu, 04 Jul 2019 11:26:00 +0200 wenzelm clarified history stage: allow independent updates that are merged later;
Mon, 24 Jun 2019 16:26:25 +0200 wenzelm support abstract syntax for proof terms (see src/Pure/Proofs/proof_syntax.ML);
Sun, 23 Jun 2019 13:42:16 +0000 haftmann proper quasi-total merge
Sat, 22 Jun 2019 16:23:25 +0200 haftmann made LaTeX happy
Sat, 22 Jun 2019 07:18:55 +0000 haftmann streamlined setup for linear algebra, particularly removed redundant rule declarations
Sat, 22 Jun 2019 06:25:34 +0000 haftmann tuned
Fri, 21 Jun 2019 18:55:00 +0000 haftmann tuned
Sun, 16 Jun 2019 16:40:57 +0000 haftmann even more appropriate fact name
Sun, 16 Jun 2019 16:40:57 +0000 haftmann more correct indicator
Fri, 14 Jun 2019 12:29:50 +0200 haftmann make latex happy
Fri, 14 Jun 2019 08:34:28 +0000 haftmann moved some theorems into HOL main corpus
Fri, 14 Jun 2019 08:34:28 +0000 haftmann misc tuning and modernization
Fri, 14 Jun 2019 08:34:28 +0000 haftmann more theorems for proof of concept for word type
Fri, 14 Jun 2019 08:34:28 +0000 haftmann official fact collection sign_simps
Fri, 14 Jun 2019 08:34:28 +0000 haftmann tuned proofs
Fri, 14 Jun 2019 08:34:27 +0000 haftmann avoid pseudo-collection to be used in generated proofs
Fri, 14 Jun 2019 08:34:27 +0000 haftmann moved comment to approproiate place
Fri, 14 Jun 2019 08:34:27 +0000 haftmann removed outcommented example which seems not to work as advertized
Fri, 14 Jun 2019 08:34:27 +0000 haftmann clear separation of types for bits (False / True) and Z2 (0 / 1)
Fri, 14 Jun 2019 08:34:27 +0000 haftmann generalized type classes for parity to cover word types also, which contain zero divisors
Fri, 14 Jun 2019 08:34:27 +0000 haftmann slightly more specialized name for type class
(0) -30000 -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 tip