doc-src/Tutorial/Misc/types
author paulson
Fri, 30 Jun 2000 10:59:50 +0200
changeset 9207 0c294bd701ea
parent 5377 efb799c5ed3c
permissions -rw-r--r--
removed the mutual recursion from "bin_add"

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