Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kunigami
Last active June 24, 2018 18:22
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 kunigami/dd13191e63a6c10a8d67d2ccb977afba to your computer and use it in GitHub Desktop.
Save kunigami/dd13191e63a6c10a8d67d2ccb977afba to your computer and use it in GitHub Desktop.
let mapping: string Js.Dict.t = Js.Dict.empty ()
(* Error: This expression has type int but an expression was expected of type *)
let () = Js.Dict.set mapping "some_key" 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment