doc-src/Tutorial/Datatype/trie
author wenzelm
Sat, 06 May 2000 00:46:13 +0200
changeset 8820 a1297de19ec7
parent 5851 15ce4c1c8313
permissions -rw-r--r--
fixed clash with new 'abs' const;

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