[Haskell-cafe] Imported rewrite rules are ignored

Johannes Waldmann johannes.waldmann at htwk-leipzig.de
Mon Dec 21 17:56:33 UTC 2015


Well, ghc --show-iface RuleModule.hi does show the rule:

  rewrite_me :: () -> ()
  {- Strictness: b, Inline: NOINLINE -}

"rewrite_me" [ALWAYS] forall input :: () rewrite_me input = ()



More information about the Haskell-Cafe mailing list