doc-src/Tutorial/Datatype/trie
author paulson
Mon, 31 Jan 2000 16:18:09 +0100
changeset 8173 a9966d5ab84d
parent 5851 15ce4c1c8313
permissions -rw-r--r--
various theorems about image and inverse image

datatype ('a,'v)trie = Trie ('v option) "('a * ('a,'v)trie)list"