Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mapcars
on May 23, 2020
|
parent
|
context
|
favorite
| on:
Ask HN: Who regrets choosing Elixir?
>Elixir doesn't have any concept of real tagged unions or sum types
What about this?
-type int_or_str() :: {a, integer()} | {b, string()}.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
What about this?