src/HOL/ex/svc_test.thy
author nipkow
Sun, 25 Jan 2004 00:42:22 +0100
changeset 14360 e654599b114e
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
Added an exception handler and error msg.


svc_test = SVC_Oracle +

syntax
    "<->"         :: [bool, bool] => bool                  (infixr 25)

translations
  "x <-> y" => "x = y"

end