(* hash-cons-string.sml * * COPYRIGHT (c) 2011 The Fellowship of SML/NJ (http://www.smlnj.org) * All rights reserved. *) structure HashConsString = HashConsGroundFn ( struct type hash_key = string val sameKey = (op = : string * string -> bool) val hashVal = HashString.hashString end)
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: ng val sameKey = (op = : string * string -> bool) val hashVal = HashString.hashString end)