Skip to content

Instantly share code, notes, and snippets.

@robinpokorny
Created July 24, 2021 12:34
Show Gist options
  • Save robinpokorny/cf6165a467f02320ba648cf873520688 to your computer and use it in GitHub Desktop.
Save robinpokorny/cf6165a467f02320ba648cf873520688 to your computer and use it in GitHub Desktop.
type Option<T> = { tag: 'none' } | { tag: 'some', value: T }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment