wenzelm [Sun, 25 Jun 2000 23:56:16 +0200] rev 9137
use Library.change;
wenzelm [Sun, 25 Jun 2000 23:55:58 +0200] rev 9136
adapted to improved presentation;
no longer mirror items from structure Latex;
wenzelm [Sun, 25 Jun 2000 23:55:22 +0200] rev 9135
adapted to improved presentation;
wenzelm [Sun, 25 Jun 2000 23:54:56 +0200] rev 9134
excursion_result;
wenzelm [Sun, 25 Jun 2000 23:54:32 +0200] rev 9133
added extern_skolem;
wenzelm [Sun, 25 Jun 2000 23:54:13 +0200] rev 9132
moved header stuff to thy_header.ML;
moved theory presentation to isar_output.ML;
major cleanup;
wenzelm [Sun, 25 Jun 2000 23:52:59 +0200] rev 9131
added semicolon;
added arguments;
tuned;
wenzelm [Sun, 25 Jun 2000 23:52:15 +0200] rev 9130
added !!!;
added is_semicolon;
export incr_line, keep_line, scan_blank, scan_string;
added source_proper;
added make_lexicon;
tuned;
wenzelm [Sun, 25 Jun 2000 23:49:55 +0200] rev 9129
use ThyHeader.args;
adapted OuterSyntax.markup_command;
wenzelm [Sun, 25 Jun 2000 23:48:58 +0200] rev 9128
rearranged print commands;
wenzelm [Sun, 25 Jun 2000 23:48:32 +0200] rev 9127
exception OUTPUT_FAIL of (string * Position.T) * exn
(*note: actually belongs to isar_output.ML*);
wenzelm [Sun, 25 Jun 2000 23:48:09 +0200] rev 9126
removed obsolete "{}";
wenzelm [Sun, 25 Jun 2000 23:47:47 +0200] rev 9125
added Isar/antiquote.ML, Isar/isar_output.ML, Isar/thy_header.ML;
wenzelm [Sun, 25 Jun 2000 23:47:12 +0200] rev 9124
added IsarOutput (token-level theory output);
wenzelm [Sun, 25 Jun 2000 23:46:52 +0200] rev 9123
added exhausted: ('a, 'b) source -> ('a, 'a list) source;
wenzelm [Sun, 25 Jun 2000 23:46:39 +0200] rev 9122
added state: 'a * 'b -> 'a * ('a * 'b);
wenzelm [Sun, 25 Jun 2000 23:46:22 +0200] rev 9121
fbrk: 2 if not taken;
wenzelm [Sun, 25 Jun 2000 23:46:03 +0200] rev 9120
export hidden: string -> string;
wenzelm [Sun, 25 Jun 2000 23:45:47 +0200] rev 9119
tuned;
wenzelm [Sun, 25 Jun 2000 23:45:26 +0200] rev 9118
added change: 'a ref -> ('a -> 'a) -> unit;
berghofe [Fri, 23 Jun 2000 14:00:43 +0200] rev 9117
Added new theory Lambda/Type.
berghofe [Fri, 23 Jun 2000 12:29:55 +0200] rev 9116
get_inductive now returns None instead of raising an exception.
berghofe [Fri, 23 Jun 2000 12:28:09 +0200] rev 9115
Added new theory.
berghofe [Fri, 23 Jun 2000 12:24:37 +0200] rev 9114
Subject reduction and strong normalization of simply-typed lambda terms.