| ▲ | nkrisc 5 hours ago | |
In the small example type checker given, would a function of type A -> B -> C be represented something like this?
Or is that case simply not covered by this bare-bones example? I can't parse the code well enough just in my mind to tell if that would work, but I think it would work?EDIT: I just noticed the working demo at the bottom that includes an example of a multi-argument function so that answers whether it works. | ||