Skip to content

Instantly share code, notes, and snippets.

@gsg
Created March 18, 2015 14:39
Show Gist options
  • Save gsg/d807899b90db18013efe to your computer and use it in GitHub Desktop.
Save gsg/d807899b90db18013efe to your computer and use it in GitHub Desktop.
type foo_builder = {
mutable foo_b : int option;
mutable bar_b : float option;
mutable baz_b : string option;
}
type foo = {
foo : int;
bar : float;
baz : string;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment