wenzelm [Sat, 28 Jun 2008 21:21:20 +0200] rev 27385
include HOL-Plain;
wenzelm [Sat, 28 Jun 2008 21:21:18 +0200] rev 27384
tuned args parser (cf. args.ML);
tuned signature;
wenzelm [Sat, 28 Jun 2008 21:21:17 +0200] rev 27383
replaced simple_text by fully-featured parse_args;
wenzelm [Sat, 28 Jun 2008 21:21:15 +0200] rev 27382
tuned nested args parser;
export generic_args1;
wenzelm [Sat, 28 Jun 2008 21:21:13 +0200] rev 27381
@{lemma}: 'by' keyword;
wenzelm [Sat, 28 Jun 2008 15:30:46 +0200] rev 27380
ML: improved antiquotations;
wenzelm [Sat, 28 Jun 2008 15:17:28 +0200] rev 27379
added macro interface;
added @{let}, @{note};
wenzelm [Sat, 28 Jun 2008 15:17:26 +0200] rev 27378
tuned;
wenzelm [Sat, 28 Jun 2008 15:17:24 +0200] rev 27377
added thm_name, opt_thm_name;
haftmann [Fri, 27 Jun 2008 09:55:02 +0200] rev 27376
adjusted import
haftmann [Fri, 27 Jun 2008 09:34:08 +0200] rev 27375
adjusted import
urbanc [Fri, 27 Jun 2008 00:37:30 +0200] rev 27374
added a lemma to at_swap_simps
huffman [Thu, 26 Jun 2008 17:54:05 +0200] rev 27373
remove cset theory; define ideal completions using typedef instead of cpodef
wenzelm [Thu, 26 Jun 2008 15:06:30 +0200] rev 27372
Args.theory;
wenzelm [Thu, 26 Jun 2008 15:06:28 +0200] rev 27371
added context/theory scanner;
wenzelm [Thu, 26 Jun 2008 15:06:25 +0200] rev 27370
Args.context;
krauss [Thu, 26 Jun 2008 11:58:27 +0200] rev 27369
fix: need to beta/eta normalize
haftmann [Thu, 26 Jun 2008 10:07:01 +0200] rev 27368
established Plain theory and image
haftmann [Thu, 26 Jun 2008 10:06:54 +0200] rev 27367
added dummy citiation
haftmann [Thu, 26 Jun 2008 10:06:53 +0200] rev 27366
dropped recdef
haftmann [Thu, 26 Jun 2008 10:06:51 +0200] rev 27365
class theory name lookup improved
wenzelm [Wed, 25 Jun 2008 22:11:17 +0200] rev 27364
modernized specifications;
wenzelm [Wed, 25 Jun 2008 22:01:35 +0200] rev 27363
tuned proofs;
wenzelm [Wed, 25 Jun 2008 22:01:34 +0200] rev 27362
modernized specifications;
wenzelm [Wed, 25 Jun 2008 21:25:51 +0200] rev 27361
modernized specifications;
urbanc [Wed, 25 Jun 2008 18:23:50 +0200] rev 27360
typo
wenzelm [Wed, 25 Jun 2008 17:38:39 +0200] rev 27359
re-use official outer keywords;
wenzelm [Wed, 25 Jun 2008 17:38:38 +0200] rev 27358
scan: prefer command over keyword, allowing lexicons to overlap;
wenzelm [Wed, 25 Jun 2008 17:38:37 +0200] rev 27357
moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
lexicons: allow overlapping keywords/commands -- warning instead of error;
wenzelm [Wed, 25 Jun 2008 17:38:36 +0200] rev 27356
moved global keywords from OuterSyntax to OuterKeyword, tuned interfaces;
moved check_text here;