Skip to content

Commit

Permalink
ES: bugfix in Transformations/Util
Browse files Browse the repository at this point in the history
  • Loading branch information
Anabra committed Jan 22, 2020
1 parent a915bcb commit e2a5896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grin/src/Transformations/ExtendedSyntax/Util.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ foldNameUseExpF f = \case
SReturnF val -> foldNames f val
SStoreF v -> f v
SUpdateF p v -> f p <> f v
SFetchF p -> f p
_ -> mempty

data DefRole = FunName | FunParam | BindVar | AltVar
Expand Down

0 comments on commit e2a5896

Please sign in to comment.