Y
Hacker News
new
|
ask
|
show
|
jobs
by
srtjstjsj
2108 days ago
Haskell has unsafe methods in the standard library.
hackage.haskell.org/package/base-4.14.0.0/docs/System-IO-Unsafe.html
1 comments
ghostwriter
2108 days ago
It also has a strict type-safety compilation flag that disallows these methods
https://downloads.haskell.org/~ghc/latest/docs/html/users_gu...
link