doc-src/Tutorial/Misc/types
author berghofe
Wed, 23 Apr 2003 00:13:32 +0200
changeset 13917 a67c9e6570ac
parent 5377 efb799c5ed3c
permissions -rw-r--r--
elim_vars now handles both Vars and Frees.

types number       = nat
      gate         = bool => bool => bool
      ('a,'b)alist = "('a * 'b)list"