Skip to content

Instantly share code, notes, and snippets.

@betaboon
Created December 17, 2018 13:20
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 betaboon/4d8edbaadb0cb2bf2810f1010dc3bc21 to your computer and use it in GitHub Desktop.
Save betaboon/4d8edbaadb0cb2bf2810f1010dc3bc21 to your computer and use it in GitHub Desktop.
type = with types; nullOr (attrsOf
(either bool
(either int
(either float
(either str
(either (listOf str) attrs)
)
)
)
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment