doc-src/Tutorial/Datatype/trie
author berghofe
Wed, 27 Nov 2002 17:20:49 +0100
changeset 13730 09aeb7346d3f
parent 5851 15ce4c1c8313
permissions -rw-r--r--
default_output now escapes \'s more carefully.

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