src/HOL/ex/svc_test.thy
author wenzelm
Sat, 27 Oct 2001 00:05:50 +0200
changeset 11958 2ece34b9fd8e
parent 7180 35676093459d
child 12873 d7f8dfaad46d
permissions -rw-r--r--
Isar: fixed rep_datatype args;

svc_test = Main +

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

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

end