doc-src/Tutorial/Misc/types
author paulson
Mon, 28 Dec 1998 16:48:22 +0100
changeset 6039 01f67f5f8dd0
parent 5377 efb799c5ed3c
permissions -rw-r--r--
deleted "escape" and "trim"; Basis Library can do string escapes if necessary

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