Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created November 16, 2013 18:07
Show Gist options
  • Save AeroNotix/7503378 to your computer and use it in GitHub Desktop.
Save AeroNotix/7503378 to your computer and use it in GitHub Desktop.
--type product_type() :: a | b | c | d
+-type({product_type,
+ {type, 21, union,
+ [{atom, 21, a}, {atom, 21, b},
+ {atom, 21, c}, {atom, 21, d}]},
+ []}).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment