doc-src/Tutorial/Misc/constdefs
author paulson
Fri, 24 Jan 2003 18:13:59 +0100
changeset 13786 ab8f39f48a6f
parent 5377 efb799c5ed3c
permissions -rw-r--r--
More conversion of UNITY to Isar new-style theories

constdefs nand :: gate
         "nand A B == ~(A & B)"
          exor :: gate
         "exor A B == A & ~B | ~A & B"