|
|
|
|
|
by meetups323
1938 days ago
|
|
> > it either is undefined or isn't. > Values are never undefined. I am referring to the JS concept of the singleton `undefined`, not an abstract idea of definedness. Overall I see where you're coming from, but scrambling Haskell and TypeScript syntax is severely impacting legibility. End of the day Haskell and TS have very different use cases, one is a research language exploring the reaches of type theory, the other is type system bolted onto a dynamic language doing the best it can. Sure there are some concepts that it can't express, but that's entirely missing the point. |
|