nipkow [Sun, 30 Sep 2018 07:46:38 +0200] rev 69084
avoid confusing precedences
wenzelm [Sat, 29 Sep 2018 23:23:43 +0200] rev 69083
more direct locale goal: avoid renaming of type_parameters;
nipkow [Sat, 29 Sep 2018 21:05:32 +0200] rev 69082
adapted to Library/LaTeXsugar
nipkow [Sat, 29 Sep 2018 21:02:04 +0200] rev 69081
const_typ also works for fixed variables - useful primarily for locales
wenzelm [Sat, 29 Sep 2018 17:08:07 +0200] rev 69080
tuned message according to ML version;
wenzelm [Sat, 29 Sep 2018 14:58:01 +0200] rev 69079
more liberal: detect free-form infixes as well, e.g. Orderings.ord_class.less_eq;
wenzelm [Fri, 28 Sep 2018 22:33:20 +0200] rev 69078
more accurate syntax: e.g. avoid brackets as prefix notation;
wenzelm [Fri, 28 Sep 2018 21:16:24 +0200] rev 69077
more approximative prefix syntax, including binder;
wenzelm [Fri, 28 Sep 2018 19:30:07 +0200] rev 69076
proper syntax for locale vs. class parameters;
nipkow [Thu, 27 Sep 2018 07:18:34 +0200] rev 69075
simpler def
wenzelm [Wed, 26 Sep 2018 22:38:16 +0200] rev 69074
tuned signature;
wenzelm [Wed, 26 Sep 2018 22:07:35 +0200] rev 69073
tuned signature;
Lars Hupel <lars.hupel@mytum.de> [Wed, 26 Sep 2018 17:40:45 +0200] rev 69072
provide CakeML component
wenzelm [Wed, 26 Sep 2018 17:04:50 +0200] rev 69071
clarified get_infix: avoid old ASCII input syntax;
Lars Hupel <lars.hupel@mytum.de> [Wed, 26 Sep 2018 13:36:10 +0200] rev 69070
remove dubious import
wenzelm [Tue, 25 Sep 2018 20:41:27 +0200] rev 69069
export locale dependencies, with approx. morphism as type/term substitution;
wenzelm [Tue, 25 Sep 2018 20:27:39 +0200] rev 69068
tuned signature;
nipkow [Mon, 24 Sep 2018 23:49:43 +0200] rev 69067
merged
nipkow [Mon, 24 Sep 2018 23:27:01 +0200] rev 69066
NEWS
nipkow [Mon, 24 Sep 2018 16:09:27 +0200] rev 69065
more conversion from ( * ) to (*)
nipkow [Mon, 24 Sep 2018 14:30:09 +0200] rev 69064
Prefix form of infix with * on either side no longer needs special treatment
because (* and *) are no longer comment brackets in terms.
wenzelm [Mon, 24 Sep 2018 22:10:24 +0200] rev 69063
expose locale_dependency information;
wenzelm [Mon, 24 Sep 2018 22:05:25 +0200] rev 69062
tuned signature;
wenzelm [Mon, 24 Sep 2018 20:24:03 +0200] rev 69061
tuned signature: more explicit types;
wenzelm [Mon, 24 Sep 2018 20:05:41 +0200] rev 69060
tuned;
wenzelm [Mon, 24 Sep 2018 19:53:45 +0200] rev 69059
tuned signature: prefer value-oriented pretty-printing;
wenzelm [Mon, 24 Sep 2018 19:43:20 +0200] rev 69058
tuned signature;
wenzelm [Mon, 24 Sep 2018 19:34:14 +0200] rev 69057
tuned signature: prefer value-oriented pretty-printing;
wenzelm [Mon, 24 Sep 2018 19:06:56 +0200] rev 69056
tuned (according to signature);
wenzelm [Mon, 24 Sep 2018 15:34:19 +0200] rev 69055
tuned comments: local context is intended according to 06fd1914b902 and documentation for command 'print_interps';