aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/rtauto/proof_search.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/rtauto/proof_search.mli')
-rw-r--r--plugins/rtauto/proof_search.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rtauto/proof_search.mli b/plugins/rtauto/proof_search.mli
index a0e86b8d6..e52f6bbdc 100644
--- a/plugins/rtauto/proof_search.mli
+++ b/plugins/rtauto/proof_search.mli
@@ -11,10 +11,10 @@
type form=
Atom of int
| Arrow of form * form
- | Bot
+ | Bot
| Conjunct of form * form
| Disjunct of form * form
-
+
type proof =
Ax of int
| I_Arrow of proof