I’m part of the Nix requires types crowd now. Since an update a function I wrote is producing type errors and I cannot figure out why
Conversation
Can I still do this?
[(functionName argument) (functionName anotherArgument)]
So I’m passing whatever the function returns to a list. The list elements should all be sets, the error says they are functions. Did the language change that much recently?
3
2
So this was the reason indeed! I had to carefully read 50 lines until I found the call receiving fewer arguments than it should. All strings. Sorry about that, but still give me types twitter.com/typer_uma/stat
This Tweet is unavailable.
2
5
Replying to
Currying without types is… scary sometimes, so yeah, I agree that types would be nice!

