diff options
author | Damien Doligez <damien.doligez-inria.fr> | 1997-05-19 15:42:21 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 1997-05-19 15:42:21 +0000 |
commit | 03ec746bf1afc498c91a4bff3a3f80d873594b95 (patch) | |
tree | 2d628930d146a469503d32f62181997a75e459a3 /test/KB/kb.ml | |
parent | 9f30d68f00c8933445d45416dcc7f67c7f1ca934 (diff) |
deTABisation
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1563 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'test/KB/kb.ml')
-rw-r--r-- | test/KB/kb.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/KB/kb.ml b/test/KB/kb.ml index 52c9e8d1e..329c0b591 100644 --- a/test/KB/kb.ml +++ b/test/KB/kb.ml @@ -168,7 +168,7 @@ let kb_completion greater = let ek = (rk.lhs, rk.rhs) in process failures (k,l) (mutual_critical_pairs el (rename rl.numvars ek)) - with Not_found -> next_criticals failures (k+1,l) + with Not_found -> next_criticals failures (k+1,l) with Not_found -> next_criticals failures (1,l+1) in process in kbrec |