doc-src/Tutorial/Misc/types
author berghofe
Mon, 03 Feb 2003 11:04:16 +0100
changeset 13799 77614fe09362
parent 5377 efb799c5ed3c
permissions -rw-r--r--
Moved get_goal, prems_of_goal and concl_of_goal from goals.ML to logic.ML

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