src/HOL/ex/svc_test.thy
author paulson
Mon, 16 Jun 2003 17:48:43 +0200
changeset 14058 a26a6a36e09d
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
added TUM


svc_test = SVC_Oracle +

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

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

end