src/HOL/ex/svc_test.thy
author wenzelm
Mon, 29 Aug 2005 16:18:04 +0200
changeset 17184 3d80209e9a53
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
use AList operations;


svc_test = SVC_Oracle +

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

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

end