Skip to content

Commit

Permalink
fix grafting
Browse files Browse the repository at this point in the history
  • Loading branch information
gares committed Jan 26, 2024
1 parent bf2cf8d commit e541ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coq_elpi_builtins_synterp.mli
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ val clause : clause Conversion.t
type scope = ExecutionSite | CurrentModule | Library

val scope : scope Conversion.t
val grafting : ([ `After | `Before ] * string) Conversion.t
val grafting : ([ `After | `Before | `Replace ] * string) Conversion.t
val options : (Coq_elpi_HOAS.options, Data.constraints) ContextualConversion.ctx_readback
val locate_module : BuiltIn.declaration
val locate_module_type : BuiltIn.declaration
Expand Down

0 comments on commit e541ca3

Please sign in to comment.