Jordan Martinez

Results 11 comments of Jordan Martinez

> Is there a justification for why you are adding the things you are adding? Some of them make sense to me, as they are combinators and it's helpful to...

6fba6ee42a7bcc9dc05f3e4de2507375a2f323b6 shows some weird behavior due to the CSE optimization done by the compiler. When I only have `test1` uncommented, the resulting JS is very clean and beautiful. Once I...

Latest commits explore what happens when we remove all directives for `Bounded.Generic` and friends. Conclusion: we always need to add an `arity=1` directive for the Generic instance of the type...

This is ... tedious 😄 I still need snapshots for the following, but I'll get to that next week: - WriterT's `MonadWriter` usage - RWST - ListT - ContT (this...

I've ported most of this code into #33. The current PR includes a lot of code for monad transformers, which revealed that more needs to be done to account for...

The monad transformers work was extracted and put into the [`jam/monad-transformers` branch](https://github.com/aristanetworks/purescript-backend-optimizer/compare/jam/monad-transformers)

🤔... I'm not sure how to replace the examples I provided with correct ones that still illustrate the idea I'm trying to convey.

Ok, I rewrote the document with your feedback in mind.

@jbltx I've been playing around with FIgma Token Plugin's JSON output and Style Dictionary for the past few days. I feel like the way you've set up the tokens in...