I'm trying to read the Haste source.
However, I don't see where it's called in the haste sources.
I've tried gripping for "::.*Stg" in the haste source but I can't find a clear layer where se do hs -> STG, and another where we do STG -> JS.
Where in the Haste-Compiler pipeline do we get STG?
Thanks!