Created
August 6, 2020 19:36
-
-
Save fakenickels/d9f2555217d18cd7a5b9a61e7c4e22e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[@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