# HG changeset patch # User wenzelm # Date 1010332264 -3600 # Node ID fbc17f1e746b017709f276f124b076e3b84e2556 # Parent 6e17f2ae9e1624b7db87268621abd1d44cb9784a "_not_equal" dummy constant; diff -r 6e17f2ae9e16 -r fbc17f1e746b src/HOL/HOL.thy --- a/src/HOL/HOL.thy Sun Jan 06 16:50:31 2002 +0100 +++ b/src/HOL/HOL.thy Sun Jan 06 16:51:04 2002 +0100 @@ -56,7 +56,7 @@ case_syn cases_syn syntax - ~= :: "['a, 'a] => bool" (infixl 50) + "_not_equal" :: "['a, 'a] => bool" (infixl "~=" 50) "_The" :: "[pttrn, bool] => 'a" ("(3THE _./ _)" [0, 10] 10) "_bind" :: "[pttrn, 'a] => letbind" ("(2_ =/ _)" 10) @@ -77,14 +77,14 @@ syntax (output) "=" :: "['a, 'a] => bool" (infix 50) - "~=" :: "['a, 'a] => bool" (infix 50) + "_not_equal" :: "['a, 'a] => bool" (infix "~=" 50) syntax (xsymbols) Not :: "bool => bool" ("\ _" [40] 40) "op &" :: "[bool, bool] => bool" (infixr "\" 35) "op |" :: "[bool, bool] => bool" (infixr "\" 30) "op -->" :: "[bool, bool] => bool" (infixr "\" 25) - "op ~=" :: "['a, 'a] => bool" (infix "\" 50) + "_not_equal" :: "['a, 'a] => bool" (infix "\" 50) "ALL " :: "[idts, bool] => bool" ("(3\_./ _)" [0, 10] 10) "EX " :: "[idts, bool] => bool" ("(3\_./ _)" [0, 10] 10) "EX! " :: "[idts, bool] => bool" ("(3\!_./ _)" [0, 10] 10) @@ -92,7 +92,7 @@ (*"_case2" :: "[case_syn, cases_syn] => cases_syn" ("_/ \\ _")*) syntax (xsymbols output) - "op ~=" :: "['a, 'a] => bool" (infix "\" 50) + "_not_equal" :: "['a, 'a] => bool" (infix "\" 50) syntax (HTML output) Not :: "bool => bool" ("\ _" [40] 40)