What are skolems and why are they causing type errors?
Newton’s type system takes a lot of ideas from Haskell and inherits many of the same concepts. One such concept is “skolems”. But what does that mean?
The best way to explain it is with an example.