Hacker Times
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
laszlokorte
on June 14, 2023
|
parent
|
context
|
favorite
| on:
Elixir's “Set Theoretical Type System” prototype/d...
A simple syntax would be something like
map :: forall a. ([a] -> [a])
or
map :: <a> ([a] -> [a])
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
map :: forall a. ([a] -> [a])
or
map :: <a> ([a] -> [a])