doc-src/Tutorial/Datatype/triemain.ML
author wenzelm
Thu, 10 Jan 2002 01:10:58 +0100
changeset 12693 827818b891c7
parent 5851 15ce4c1c8313
permissions -rw-r--r--
qualified exports from locales;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5851
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     1
Goal "!t v bs. lookup (update t as v) bs = \
15ce4c1c8313 New section on advanced datatypes.
nipkow
parents:
diff changeset
     2
\              (if as=bs then Some v else lookup t bs)";