src/HOL/ex/svc_test.thy
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 7180 35676093459d
child 12873 d7f8dfaad46d
permissions -rw-r--r--
Goal: tuned pris;

svc_test = Main +

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

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

end