Skip to content

Commit

Permalink
fix opam dep
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 25, 2024
1 parent 58af4e2 commit 9406fe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coq-elpi.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: [ make "install" "COQBIN=%{bin}%/" "ELPIDIR=%{prefix}%/lib/elpi" ]
depends: [
"ocaml" {>= "4.09.0" }
"stdlib-shims"
"elpi" {>= "1.18.1" & < "1.19.0~"}
"elpi" {>= "1.18.2" & < "1.19.0~"}
"coq" {>= "8.19" & < "8.20~" }
"dot-merlin-reader" {with-dev}
"ocaml-lsp-server" {with-dev}
Expand Down
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins_synterp.mli
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ val set_accumulate_to_db_synterp :
val prop : Data.term Conversion.t
val id : string Conversion.t

type clause = string option * ([ `After | `Before ] * string) option * Data.term
type clause = string option * ([ `After | `Before | `Replace ] * string) option * Data.term

val clause : clause Conversion.t

Expand Down

0 comments on commit 9406fe9

Please sign in to comment.