Facundo Javier Gelatti
Facundo Javier Gelatti
Resolves https://github.com/hoaproject/Console/issues/83
Note: I'm not sure whether this is a bug or I don't fully understand how some language feature is supposed to work (I'm currently learning Idris). If you find it's...
# Problem If we define a type inside a namespace and it's not publicly exported, then we shouldn't be able to pattern match over its definition. This works fine, as...
# Problem Sometimes the totality checker validates a function as total when it's not. In particular, this happens when using `Inf` in the return type, combined with having the recursive...
This PR updates the project dependencies and configures it to work with the latest version of TypeScript. Changes: - Updated all dependencies, including the versions used in GitHub Actions. -...