# HG changeset patch # User wenzelm # Date 1403875496 -7200 # Node ID b441f330078b1d0fdc3a4b2c32eb134248b173e2 # Parent 9444489766a1822eee17d1edbd9456ccbfbf9866 minor renovation of slightly odd and old README; diff -r 9444489766a1 -r b441f330078b src/HOL/Library/README.html --- a/src/HOL/Library/README.html Fri Jun 27 11:30:42 2014 +0200 +++ b/src/HOL/Library/README.html Fri Jun 27 15:24:56 2014 +0200 @@ -23,12 +23,6 @@
- -Note that syntax is global; qualified names lose syntax on -output. Do not use ``exotic'' symbols for syntax (such as -\<oplus>), but leave these for user applications. -
- -The following ASCII symbols of HOL should be generally avoided: -@, !, ?, ?!, %, better -use SOME, ALL (or \<forall>), -EX (or \<exists>), EX! (or -\<exists>!), \<lambda>, respectively. -Note that bracket notation [| |] looks bad in LaTeX -output. - -
- -Some additional mathematical symbols are quite suitable for both -readable sources and the output document: -\<Inter>, -\<Union>, -\<and>, -\<in>, -\<inter>, -\<le>, -\<not>, -\<noteq>, -\<notin>, -\<or>, -\<subset>, -\<subseteq>, -\<times>, -\<union>. -