Good question!
Basically, skeletest uses both a preprocessor and GHC plugin. One of the things the plugin does is search for and replace P.con
with an internal conMatches
function before the typechecking phase.
Good question!
Basically, skeletest uses both a preprocessor and GHC plugin. One of the things the plugin does is search for and replace P.con
with an internal conMatches
function before the typechecking phase.