src/HOL/ex/svc_test.thy
author wenzelm
Sat, 03 Sep 2005 16:50:22 +0200
changeset 17244 0b2ff9541727
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
converted to Isar theory format;


svc_test = SVC_Oracle +

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

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

end