Skip to content

Commit 03be5d0

Browse files
authored
Merge pull request #129 from Yann-Leray/rewrite-rules
2 parents 8452ebd + e688780 commit 03be5d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphdepend.mlg

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ end = struct
192192
| Declarations.Def _ -> ("body", "yes")::acc
193193
| Declarations.Undef _ -> ("body", "no")::acc
194194
| Declarations.Primitive _ -> ("body", "no")::acc
195+
| Declarations.Symbol _ -> ("body", "no")::acc
195196
in acc
196197

197198
let add_gref_attrib acc gref id =

0 commit comments

Comments
 (0)