doc-src/Tutorial/Datatype/trie
author wenzelm
Wed, 25 Aug 1999 20:46:40 +0200
changeset 7356 1714c91b8729
parent 5851 15ce4c1c8313
permissions -rw-r--r--
expand_classes renamed to intro_classes;

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