Closed mwotton closed 9 years ago
This is just a quick patch. Ideally there'd be no actual code in Types.hs, just types.
at some point you may want to think about using something slightly more robust than regexes to parse this (like the GHC api.) For instance,
important arg = arg * 2
will currently have weird effects, I think.
Thank you. I will switch over to GHC api soon.
This is just a quick patch. Ideally there'd be no actual code in Types.hs, just types.
at some point you may want to think about using something slightly more robust than regexes to parse this (like the GHC api.) For instance,
will currently have weird effects, I think.