diff options
author | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:08:57 +0000 |
---|---|---|
committer | letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2012-05-29 11:08:57 +0000 |
commit | c5a24b05f8058f7009f9c9d8085a84ad454174ad (patch) | |
tree | 4fc1cf4cb6ecc08b70e14837b70ff1d9b7f16d4c | |
parent | 44d0a3fb1b24561cfdf0eed6e331d450e152bbe4 (diff) |
Glob_term: minor formatting
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15379 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r-- | intf/glob_term.mli | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/intf/glob_term.mli b/intf/glob_term.mli index 93f391afa..d89b5840d 100644 --- a/intf/glob_term.mli +++ b/intf/glob_term.mli @@ -54,7 +54,10 @@ type glob_constr = and glob_decl = name * binding_kind * glob_constr option * glob_constr -and fix_recursion_order = GStructRec | GWfRec of glob_constr | GMeasureRec of glob_constr * glob_constr option +and fix_recursion_order = + | GStructRec + | GWfRec of glob_constr + | GMeasureRec of glob_constr * glob_constr option and fix_kind = | GFix of ((int option * fix_recursion_order) array * int) |