(reverted to unnamed infix)
authorhaftmann
Wed, 28 Nov 2007 15:26:39 +0100 (2007-11-28)
changeset 25490 e8ab1c42c14f
parent 25489 5b0625f6e324
child 25491 5760991891dd
(reverted to unnamed infix)
src/HOL/Map.thy
--- a/src/HOL/Map.thy	Wed Nov 28 15:09:20 2007 +0100
+++ b/src/HOL/Map.thy	Wed Nov 28 15:26:39 2007 +0100
@@ -12,11 +12,11 @@
 imports List
 begin
 
-types ('a,'b) map = "'a => 'b option"  (infixr "~=>" 0)
+types ('a,'b) "~=>" = "'a => 'b option"  (infixr 0)
 translations (type) "a ~=> b " <= (type) "a => b option"
 
 syntax (xsymbols)
-  map :: "type \<Rightarrow> type \<Rightarrow> type"  (infixr "\<rightharpoonup>" 0)
+  "~=>" :: "[type, type] => type"  (infixr "\<rightharpoonup>" 0)
 
 abbreviation
   empty :: "'a ~=> 'b" where