diff options
| author | Emilio Jesus Gallego Arias | 2020-05-16 19:21:05 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-05-16 19:21:05 +0200 |
| commit | 2b0df4db404a1eb5b149e87ae0d23a5352b18f67 (patch) | |
| tree | 0c127222b11fb7b8a32e1d9835cdc888b024364e /theories | |
| parent | 05e811a81de90ce698c4f0317d549dc01dc13e17 (diff) | |
| parent | ca0002823429a6c7de953446b6d351332d24daa7 (diff) | |
Merge PR #8855: More search options
Reviewed-by: SkySkimmer
Ack-by: Zimmi48
Ack-by: ejgallego
Ack-by: kyoDralliam
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/dune | 1 | ||||
| -rw-r--r-- | theories/ssrsearch/ssrsearch.v | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/theories/dune b/theories/dune index b9af76d699..de8dcdc5b1 100644 --- a/theories/dune +++ b/theories/dune @@ -33,6 +33,7 @@ coq.plugins.funind coq.plugins.ssreflect + coq.plugins.ssrsearch coq.plugins.derive)) (include_subdirs qualified) diff --git a/theories/ssrsearch/ssrsearch.v b/theories/ssrsearch/ssrsearch.v new file mode 100644 index 0000000000..37ab8f4bac --- /dev/null +++ b/theories/ssrsearch/ssrsearch.v @@ -0,0 +1,2 @@ +Require Import ssreflect. +Declare ML Module "ssrsearch_plugin". |
