changed prettyprinting of ==>
authorpaulson
Tue, 15 Oct 1996 10:55:57 +0200
changeset 2095 e8544d73a7aa
parent 2094 2061df98aab5
child 2096 76ea62f720f1
changed prettyprinting of ==>
src/Pure/sign.ML
--- a/src/Pure/sign.ML	Tue Oct 15 10:46:42 1996 +0200
+++ b/src/Pure/sign.ML	Tue Oct 15 10:55:57 1996 +0200
@@ -579,7 +579,7 @@
   |> add_consts
    [("==", "['a::{}, 'a] => prop", Mixfix ("(_ ==/ _)", [3, 2], 2)),
     ("=?=", "['a::{}, 'a] => prop", Mixfix ("(_ =?=/ _)", [3, 2], 2)),
-    ("==>", "[prop, prop] => prop", Mixfix ("(_ ==>/ _)", [2, 1], 1)),
+    ("==>", "[prop, prop] => prop", Mixfix ("(_/ ==> _)", [2, 1], 1)),
     ("all", "('a => prop) => prop", Binder ("!!", 0, 0)),
     ("TYPE", "'a itself", NoSyn)]
   |> add_name "ProtoPure";