Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Nope. Haskell's type system guarantees that code you construct in Template Haskell is well-formed, but the code you construct is only type checked once, at the end. So if you have a function that constructs code, and the code it constructs has a type error in it, you won't find out unless you call the function. Just like Zig.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: