We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a915bcb commit e2a5896Copy full SHA for e2a5896
grin/src/Transformations/ExtendedSyntax/Util.hs
@@ -44,6 +44,7 @@ foldNameUseExpF f = \case
44
SReturnF val -> foldNames f val
45
SStoreF v -> f v
46
SUpdateF p v -> f p <> f v
47
+ SFetchF p -> f p
48
_ -> mempty
49
50
data DefRole = FunName | FunParam | BindVar | AltVar
0 commit comments