src/Pure/General/binding.ML
Mon, 04 Jul 2016 11:11:19 +0200 wenzelm tuned signature;
Thu, 23 Jun 2016 11:01:14 +0200 wenzelm tuned signature;
Tue, 21 Jun 2016 10:41:29 +0200 wenzelm tuned;
Sun, 17 Apr 2016 22:38:50 +0200 wenzelm clarified bindings;
Sun, 17 Apr 2016 20:11:02 +0200 wenzelm clarified signature;
Sat, 02 Apr 2016 21:10:07 +0200 wenzelm careful export of type-dependent functions, without losing their special status;
Fri, 18 Mar 2016 16:26:35 +0100 wenzelm clarified modules;
Sun, 24 Jan 2016 15:02:56 +0100 wenzelm tuned signature;
Mon, 28 Dec 2015 16:30:24 +0100 wenzelm suppress irrelevant position reports;
Sun, 20 Dec 2015 13:06:26 +0100 wenzelm renamed Pretty.str_of to Pretty.unformatted_string_of to emphasize its meaning;
Thu, 09 Apr 2015 20:42:32 +0200 wenzelm clarified keyword 'qualified' in accordance to a similar keyword from Haskell (despite unrelated Binding.qualified in Isabelle/ML);
Mon, 06 Apr 2015 22:11:01 +0200 wenzelm support for 'restricted' modifier: only qualified accesses outside the local scope;
Tue, 31 Mar 2015 22:31:05 +0200 wenzelm support for explicit scope of private entries;
Tue, 31 Mar 2015 21:12:22 +0200 wenzelm subtle change of long-standing name space policy: unknown entries are treated as hidden, consequently "private" is understood in the strict sense;
Tue, 31 Mar 2015 11:16:55 +0200 wenzelm tuned signature;
Tue, 31 Mar 2015 00:11:54 +0200 wenzelm tuned signature;
Mon, 30 Mar 2015 22:34:59 +0200 wenzelm support for strictly private name space entries;
Fri, 22 Aug 2014 12:05:47 +0200 wenzelm clarified ML toplevel pp: avoid ML output to be attached to inlined binding positions;
Tue, 03 Sep 2013 19:58:00 +0200 wenzelm cases: formal binding of 'assumes', with position provided via invoke_case;
Mon, 26 Nov 2012 21:46:04 +0100 wenzelm tuned signature;
Sun, 25 Nov 2012 19:49:24 +0100 wenzelm Isabelle-specific implementation of quasi-abstract markup elements -- back to module arrangement before d83797ef0d2d;
Wed, 29 Aug 2012 11:48:45 +0200 wenzelm renamed Position.str_of to Position.here;
Tue, 13 Mar 2012 12:51:52 +0100 wenzelm proper printing of empty binding (again, cf. 93f6f24010c2);
Mon, 28 Nov 2011 22:05:32 +0100 wenzelm separate module for concrete Isabelle markup;
Fri, 15 Jul 2011 13:28:16 +0200 wenzelm more robust Binding.pretty/print in typical error sitations with spaces etc. (NB: markup can only provide *additional* emphasis and is occasionally suppressed in TTY mode or tooltips);
Fri, 15 Jul 2011 00:49:38 +0200 wenzelm more visible printing of empty binding;
Sat, 25 Jun 2011 17:17:49 +0200 wenzelm clarified Binding.pretty/print: no quotes, only markup -- Binding.str_of is rendered obsolete;
Sat, 25 Jun 2011 15:08:58 +0200 wenzelm clarified Binding.str_of/print: show full prefix + qualifier, which is relevant for print_locale, for example;
Sun, 17 Apr 2011 21:42:47 +0200 wenzelm added Binding.print convenience, which includes quote already;
Fri, 17 Dec 2010 22:23:56 +0100 wenzelm extra checking of name bindings for classes, types, consts;
Fri, 17 Sep 2010 17:11:43 +0200 wenzelm tuned;
Thu, 18 Feb 2010 20:46:46 +0100 wenzelm more systematic treatment of qualified names derived from binding;
Sun, 25 Oct 2009 12:27:21 +0100 wenzelm allow name space entries to be "concealed" -- via binding/naming/local_theory;
Wed, 16 Sep 2009 21:14:08 +0200 wenzelm replaced opaque signature matching by plain old abstype (again, cf. ac4498f95d1c) -- this recovers pretty printing in SML/NJ and Poly/ML 5.3;
Mon, 30 Mar 2009 19:51:10 +0200 wenzelm qualified_name_of: observe empty case;
Thu, 12 Mar 2009 11:07:22 +0100 wenzelm tuned signature;
Tue, 10 Mar 2009 16:44:20 +0100 wenzelm added qualified_name_of;
Sun, 08 Mar 2009 17:03:07 +0100 wenzelm added qualified_name -- emulates old-style qualified bstring;
Sat, 07 Mar 2009 21:18:37 +0100 wenzelm added prefix_name, suffix_name;
Sat, 07 Mar 2009 11:32:31 +0100 wenzelm Binding.str_of: removed verbose feature, include qualifier in output;
Thu, 05 Mar 2009 10:52:07 +0100 wenzelm added prefix_of;
Wed, 04 Mar 2009 11:05:29 +0100 blanchet Merge.
Wed, 04 Mar 2009 10:45:52 +0100 blanchet Merge.
Tue, 03 Mar 2009 21:49:34 +0100 wenzelm tuned str_of, now subject to verbose flag;
Tue, 03 Mar 2009 18:31:59 +0100 wenzelm moved type bstring from name_space.ML to binding.ML -- it is the primitive concept behind bindings;
Tue, 03 Mar 2009 15:09:07 +0100 wenzelm renamed Binding.display to Binding.str_of, which is slightly more canonical;
Tue, 03 Mar 2009 14:52:13 +0100 wenzelm moved name space externalization flags back to name_space.ML;
Thu, 22 Jan 2009 11:23:15 +0100 wenzelm tuned signature;
Wed, 21 Jan 2009 16:47:32 +0100 haftmann binding is alias for Binding.T
Sat, 03 Jan 2009 08:39:18 +0100 haftmann separator, is_qualified
Wed, 10 Dec 2008 17:19:25 +0100 ballarin Use prefix component of bindings for locale prefixes.
Fri, 05 Dec 2008 18:43:42 +0100 haftmann Name.name_of -> Binding.base_name
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Mon, 01 Dec 2008 19:41:16 +0100 haftmann new Binding module
less more (0) tip