src/HOL/ex/svc_test.thy
author wenzelm
Wed, 09 Jun 2004 18:52:42 +0200
changeset 14898 a25550451b51
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
Url.File;


svc_test = SVC_Oracle +

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

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

end