Skip to content

Commit

Permalink
Make dependency on Extraction explicit (#515)
Browse files Browse the repository at this point in the history
There used to be an implicit dependency through the Coq standard library, but it is being removed by
coq/coq#19343 .
  • Loading branch information
ppedrot authored Jul 15, 2024
1 parent f993018 commit 72c6a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cparser/Parser.vy
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

%{

Require Extraction.
Require Import List.
Require Cabs.

Expand Down

0 comments on commit 72c6a18

Please sign in to comment.