doc-src/Tutorial/Misc/types
author wenzelm
Wed, 13 Sep 2000 22:32:15 +0200
changeset 9953 035a8288310a
parent 5377 efb799c5ed3c
permissions -rw-r--r--
begin_theory: priority message to gain some robustness in sync communication;

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