You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is just a general suggestion and one thing I really appreciate with some FP languages like Haskell is this separation between declaration and implementation.
Types tend to add a cognitive load, a lot of noise around code and it would be a real killer feature if we could use Hindley–Milner style declarations. This would improve readability of the functions while providing type safety.
The text was updated successfully, but these errors were encountered:
Correct I am talking about the very same thing found in #11218. This one can be closed for the benefit of the other containing a good explanation. Thanks for answering.
It is just a general suggestion and one thing I really appreciate with some FP languages like Haskell is this separation between declaration and implementation.
Types tend to add a cognitive load, a lot of noise around code and it would be a real killer feature if we could use Hindley–Milner style declarations. This would improve readability of the functions while providing type safety.
The text was updated successfully, but these errors were encountered: