doc-src/Tutorial/Datatype/trie
author paulson
Fri, 02 Apr 2004 16:21:57 +0200
changeset 14511 73493236e97f
parent 5851 15ce4c1c8313
permissions -rw-r--r--
updated treatment of znegative and nat_of

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