Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
steveklabnik
11 months ago
|
parent
|
context
|
favorite
| on:
Static Types Are for Perfectionists
Haskell has -fdefer-type-errors, which makes any type error fail at runtime.
This means you can only really rely on the parts of your program which are type correct, so...
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:
This means you can only really rely on the parts of your program which are type correct, so...