purescript-typeable/test
Anupam Jain f3dd0c0fb1 Reduce dependence on the internal dictionary passing mechanism
Part of this work was done by @the-dr-lazy in
https://github.com/ajnsit/purescript-typeable/pull/3.

GOOD:
Now there is no more dependence on dictionaries being passed as function
arguments at runtime.

BAD:
1. However, we still depend on the dictionaries being stable at runtime.
2. We now also assume that the output of the new function `makeTag` will
never be cached.
2023-07-06 20:51:50 +05:30
..
Main.js Get code compiling again 2023-07-05 15:14:05 +05:30
Main.purs Reduce dependence on the internal dictionary passing mechanism 2023-07-06 20:51:50 +05:30
Person.purs Reduce dependence on the internal dictionary passing mechanism 2023-07-06 20:51:50 +05:30