Jordan Martinez

Results 4 issues of Jordan Martinez

Fixes #6. WIP. I'm assuming that categorizing these directives by library will make it easier to determine whether we've fully audited that library.

This is my attempt at explaining the what, why, and how of inline directives, so I am better equipped to fix #6 in a future PR (e.g. #21).

See https://github.com/aristanetworks/purescript-backend-optimizer/pull/21#discussion_r968515091 ```js const test4 = /* #__PURE__ */ (() => Data$dOrd.ordString.compare("h")("i"))(); ```

Same as #21 but without the transformer code and the effect code Addresses part of #6