Added a comment about DerefVariable in SimplifyExprs

This commit is contained in:
Neil Brown 2007-10-24 16:00:47 +00:00
parent 08c8d47e2f
commit cd313fbbb6

View File

@ -222,6 +222,7 @@ pullUp = doGeneric
case e' of
A.ExprVariable _ (A.Variable _ _) -> return e'
A.ExprVariable _ (A.DirectedVariable _ _ _) -> return e'
--TODO work out whether to pull up DerefVariable
_ -> pull t e'
_ -> return e'
where