Skip to content

Commit

Permalink
Adapt to coq/coq#18038 (rewrite rules)
Browse files Browse the repository at this point in the history
  • Loading branch information
yannl35133 committed Feb 5, 2024
1 parent 8452ebd commit e688780
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graphdepend.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ end = struct
| Declarations.Def _ -> ("body", "yes")::acc
| Declarations.Undef _ -> ("body", "no")::acc
| Declarations.Primitive _ -> ("body", "no")::acc
| Declarations.Symbol _ -> ("body", "no")::acc

Check failure on line 195 in graphdepend.mlg

View workflow job for this annotation

GitHub Actions / build (coqorg/coq:dev)

Unbound constructor Declarations.Symbol
in acc

let add_gref_attrib acc gref id =
Expand Down

0 comments on commit e688780

Please sign in to comment.