Skip to content

Commit e541ca3

Browse files
committed
fix grafting
1 parent bf2cf8d commit e541ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coq_elpi_builtins_synterp.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ val clause : clause Conversion.t
5959
type scope = ExecutionSite | CurrentModule | Library
6060

6161
val scope : scope Conversion.t
62-
val grafting : ([ `After | `Before ] * string) Conversion.t
62+
val grafting : ([ `After | `Before | `Replace ] * string) Conversion.t
6363
val options : (Coq_elpi_HOAS.options, Data.constraints) ContextualConversion.ctx_readback
6464
val locate_module : BuiltIn.declaration
6565
val locate_module_type : BuiltIn.declaration

0 commit comments

Comments
 (0)