Skip to content

Commit

Permalink
Merge pull request #97 from ejgallego/mltop_fix
Browse files Browse the repository at this point in the history
[coq] Use findlib name in DECLARE PLUGIN
  • Loading branch information
proux01 authored May 25, 2022
2 parents 6542e2e + 9ca3762 commit 07e18b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
image:
- 'coqorg/coq:dev'
- 'coqorg/coq:dev-ocaml-4.13-flambda'
fail-fast: false
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion src/abstraction.mlg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

}

DECLARE PLUGIN "parametricity"
DECLARE PLUGIN "coq-paramcoq.plugin"

{
open Ltac_plugin
Expand Down

0 comments on commit 07e18b9

Please sign in to comment.