diff options
| author | Théo Zimmermann | 2020-05-11 17:41:58 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2020-05-15 18:05:11 +0200 |
| commit | 023d189aa201c8d5c71bc7de3e98725273d01b4f (patch) | |
| tree | fef307bc4bf50447d44a972d53110cee60759192 /theories | |
| parent | 7c113b3a736e8a374b8a57aacde846fc5c5cbf3f (diff) | |
Move SSR's Search to a new plugin and deprecate it.
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". |
