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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5851
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     1
datatype ('a,'v)trie = Trie ('v option) "('a * ('a,'v)trie)list"