Skip to content
Snippets Groups Projects
Commit f5ebf251 authored by Simon Peyton Jones's avatar Simon Peyton Jones
Browse files

Do rules both before and after [skip ci]

Before iff there is an active unfolding.  But always after.
Consider not doing after if before fails.  Typically if the
rule applies the unfolding is inactive

Goal (in T24984)
   augment f (augment g (augment h (build k)))
   -->
   augment f (augment g (build..))
   -->
   augment f (build..)
   -->
   augment f (build..)
Want to do this in one pass.

Work in progress
parent f3de74a2
No related branches found
No related tags found
No related merge requests found
Pipeline #108117 skipped
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment