aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/formula.mli
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/firstorder/formula.mli')
-rw-r--r--plugins/firstorder/formula.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/firstorder/formula.mli b/plugins/firstorder/formula.mli
index dc422fa284..b8a619d1e6 100644
--- a/plugins/firstorder/formula.mli
+++ b/plugins/firstorder/formula.mli
@@ -66,9 +66,9 @@ type left_pattern=
| LA of constr*left_arrow_pattern
type t={id: GlobRef.t;
- constr: constr;
- pat: (left_pattern,right_pattern) sum;
- atoms: atoms}
+ constr: constr;
+ pat: (left_pattern,right_pattern) sum;
+ atoms: atoms}
(*exception Is_atom of constr*)