Conversation

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
3
26
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