phasm/tests/integration
Johan B.W. de Vries 6c627bca01 Reworks function lookup
Before this commit, finding the implementation for a type
class method was done with a simple lookup table.

This commit adds a router based on function signature.
This also paves the way for adding type constructor
arguments in function signatures.

And it removes quite a few references to the prelude out
of the compiler.

Also adds a bunch of helper methods to render signatures
as strings.
2025-05-10 19:42:17 +02:00
..
2025-04-05 15:43:49 +02:00
2022-05-28 12:29:24 +02:00
2025-05-10 19:42:17 +02:00
2025-04-05 15:43:49 +02:00