Skip to content

Commit

Permalink
Merge pull request #129 from Yann-Leray/rewrite-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer authored Feb 21, 2024
2 parents 8452ebd + e688780 commit 03be5d0
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 03be5d0

Please sign in to comment.