Skip to content

Instantly share code, notes, and snippets.

@fakenickels
Created August 6, 2020 19:36
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 fakenickels/d9f2555217d18cd7a5b9a61e7c4e22e8 to your computer and use it in GitHub Desktop.
Save fakenickels/d9f2555217d18cd7a5b9a61e7c4e22e8 to your computer and use it in GitHub Desktop.
[@reform]
type profile = {
[@check nonEmpty]
name: string,
[@check int(~max=40, ~min=12)]
age: int
};
ProfileForm.use()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment