src/HOL/ex/svc_test.thy
author nipkow
Wed, 18 Aug 2004 11:09:40 +0200
changeset 15140 322485b816ac
parent 12873 d7f8dfaad46d
child 17388 495c799df31d
permissions -rw-r--r--
import -> imports


svc_test = SVC_Oracle +

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

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

end