SCM Repository
Annotation of /sml/trunk/src/smlnj-lib/HashCons/hash-cons-string.sml
Parent Directory
|
Revision Log
Revision 967 - (view) (download)
1 : | jhr | 967 | (* hash-cons-string.sml |
2 : | * | ||
3 : | * COPYRIGHT (c) 2001 Bell Labs, Lucent Technologies | ||
4 : | *) | ||
5 : | |||
6 : | structure HashConsString = HashConsGroundFn ( | ||
7 : | struct | ||
8 : | type hash_key = string | ||
9 : | val sameKey = (op = : string * string -> bool) | ||
10 : | val hashVal = HashString.hashString | ||
11 : | end) |
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |