Skip to content

Instantly share code, notes, and snippets.

@igstan
Created September 21, 2016 20:34
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/d014f0f2737571da69feda323d326052 to your computer and use it in GitHub Desktop.
Save igstan/d014f0f2737571da69feda323d326052 to your computer and use it in GitHub Desktop.
local
structure Key : ORD_KEY =
struct
type ord_key = string
val compare = String.compare
end
in
structure S = BinarySetFn(Key)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment