src/HOL/ex/svc_test.thy
author wenzelm
Tue, 25 Jul 2000 00:06:46 +0200
changeset 9436 62bb04ab4b01
parent 7180 35676093459d
child 12873 d7f8dfaad46d
permissions -rw-r--r--
rearranged setup of arithmetic procedures, avoiding global reference values;

svc_test = Main +

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

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

end