src/HOL/ex/svc_test.thy
author wenzelm
Fri, 20 Aug 1999 15:41:53 +0200
changeset 7304 94c6f8f07631
parent 7180 35676093459d
child 12873 d7f8dfaad46d
permissions -rw-r--r--
if_svc_enabled;

svc_test = Main +

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

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

end