aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/sequent.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/firstorder/sequent.mli')
-rw-r--r--plugins/firstorder/sequent.mli12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/firstorder/sequent.mli b/plugins/firstorder/sequent.mli
index 724e1abcc4..2e262fd996 100644
--- a/plugins/firstorder/sequent.mli
+++ b/plugins/firstorder/sequent.mli
@@ -28,12 +28,12 @@ module HP: Heap.S with type elt=Formula.t
type t = {redexes:HP.t;
context: GlobRef.t list CM.t;
- latoms:constr list;
- gl:types;
- glatom:constr option;
- cnt:counter;
- history:History.t;
- depth:int}
+ latoms:constr list;
+ gl:types;
+ glatom:constr option;
+ cnt:counter;
+ history:History.t;
+ depth:int}
val deepen: t -> t