Skip to content

Instantly share code, notes, and snippets.

@igstan
Created September 21, 2016 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igstan/a5eee5b03db06e274a0331ab1e019be7 to your computer and use it in GitHub Desktop.
Save igstan/a5eee5b03db06e274a0331ab1e019be7 to your computer and use it in GitHub Desktop.
structure S =
let
structure Key : ORD_KEY =
struct
type ord_key = string
val compare = String.compare
end
in
BinarySetFn(Key)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment