Skip to content

Instantly share code, notes, and snippets.

@vhutov
Created June 23, 2020 22:27
Show Gist options
  • Save vhutov/c203ccc3f45a33cfff10f242d8278507 to your computer and use it in GitHub Desktop.
Save vhutov/c203ccc3f45a33cfff10f242d8278507 to your computer and use it in GitHub Desktop.
type alias
type :+:[A, B] = Either[A, B]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment