SCM Repository
Annotation of /smlnj-lib/trunk/HashCons/hash-cons-string.sml
Parent Directory
|
Revision Log
Revision 3580 - (view) (download)
1 : | jhr | 967 | (* hash-cons-string.sml |
2 : | * | ||
3 : | jhr | 3580 | * COPYRIGHT (c) 2011 The Fellowship of SML/NJ (http://www.smlnj.org) |
4 : | * All rights reserved. | ||
5 : | jhr | 967 | *) |
6 : | |||
7 : | structure HashConsString = HashConsGroundFn ( | ||
8 : | struct | ||
9 : | type hash_key = string | ||
10 : | val sameKey = (op = : string * string -> bool) | ||
11 : | val hashVal = HashString.hashString | ||
12 : | end) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |