We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2cf8d commit e541ca3Copy full SHA for e541ca3
src/coq_elpi_builtins_synterp.mli
@@ -59,7 +59,7 @@ val clause : clause Conversion.t
59
type scope = ExecutionSite | CurrentModule | Library
60
61
val scope : scope Conversion.t
62
-val grafting : ([ `After | `Before ] * string) Conversion.t
+val grafting : ([ `After | `Before | `Replace ] * string) Conversion.t
63
val options : (Coq_elpi_HOAS.options, Data.constraints) ContextualConversion.ctx_readback
64
val locate_module : BuiltIn.declaration
65
val locate_module_type : BuiltIn.declaration
0 commit comments