wenzelm [Thu, 03 Oct 2013 17:03:20 +0200] rev 54304
Added tag Isabelle2013-1-RC1 for changeset c37100233af7
blanchet [Mon, 11 Nov 2013 18:25:13 +0100] rev 54303
reintroduced check from bd36da55d825 after all, due to hard-to-solve issues outside the N2M code
blanchet [Mon, 11 Nov 2013 18:13:17 +0100] rev 54302
removed dead code
blanchet [Mon, 11 Nov 2013 17:59:41 +0100] rev 54301
added check to avoid odd situations the N2M code cannot handle
blanchet [Mon, 11 Nov 2013 17:40:55 +0100] rev 54300
reverted check introduced in ce58fb149ff6, now that independent functions are allowed (cf. 347c3b0cab44)
blanchet [Mon, 11 Nov 2013 17:38:53 +0100] rev 54299
tuned signature
traytel [Mon, 11 Nov 2013 16:41:08 +0100] rev 54298
handle independent functions defined in parallel in N2M (in presence of type variables, see ce58fb149ff6)
nipkow [Mon, 11 Nov 2013 10:23:01 +0100] rev 54297
tuned
nipkow [Mon, 11 Nov 2013 10:10:28 +0100] rev 54296
tuned
haftmann [Sun, 10 Nov 2013 15:05:06 +0100] rev 54295
qualifed popular user space names
haftmann [Sun, 10 Nov 2013 10:02:34 +0100] rev 54294
dropped obsolete check: dest_num always yields positive number
haftmann [Sun, 10 Nov 2013 10:02:34 +0100] rev 54293
simplified: negative number is trivially smaller than 2, and SMT_Builtin.is_builtin_num implies that its argument is a number
nipkow [Fri, 08 Nov 2013 21:40:07 +0100] rev 54292
more exercises
blanchet [Fri, 08 Nov 2013 19:03:14 +0100] rev 54291
by (auto ...)[1] not by (auto [1])
nipkow [Fri, 08 Nov 2013 08:59:54 +0100] rev 54290
added exercise
kleing [Thu, 07 Nov 2013 16:08:19 +1100] rev 54289
Add output translation for <a := .., b := .., ..> state notation.
blanchet [Thu, 07 Nov 2013 02:42:20 +0100] rev 54288
reintroduce mutually (co)rec check, since the underlying N2M code doesn't quite handle the general case (esp. in presence of type variables)
blanchet [Thu, 07 Nov 2013 01:01:04 +0100] rev 54287
more docs
blanchet [Thu, 07 Nov 2013 00:37:18 +0100] rev 54286
properly detect when to perform n2m -- e.g. handle the case of two independent functions on irrelevant types being defined in parallel
blanchet [Wed, 06 Nov 2013 23:05:44 +0100] rev 54285
reverted 3e1d230f1c00 -- pervasiveness is useful, cf. Coinductive_Nat in the AFP
blanchet [Wed, 06 Nov 2013 22:50:12 +0100] rev 54284
simplified code
blanchet [Wed, 06 Nov 2013 22:42:54 +0100] rev 54283
fourth attempt at generalizing N2M types (to leverage caching)
blanchet [Wed, 06 Nov 2013 21:40:41 +0100] rev 54282
tuning
hoelzl [Tue, 05 Nov 2013 21:23:42 +0100] rev 54281
int and nat are conditionally_complete_lattices
blanchet [Wed, 06 Nov 2013 14:50:50 +0100] rev 54280
be more open-minded and allow needless mutual recursion for 'prim(co)rec', since we allow it for '(co)datatype' -- eventual warnings (or errors) should be centralized in 'fp_bnf'
blanchet [Wed, 06 Nov 2013 13:00:45 +0100] rev 54279
removed dead code
blanchet [Wed, 06 Nov 2013 13:00:16 +0100] rev 54278
update docs
blanchet [Wed, 06 Nov 2013 12:47:50 +0100] rev 54277
take out possibility of moving corecursive calls past constructors -- this doesn't work in the general case