aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Notebook.ml
diff options
context:
space:
mode:
authorGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-13 15:44:16 +0000
committerGravatar gareuselesinge <gareuselesinge@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-09-13 15:44:16 +0000
commit3edfacee35460265ca4fadbebd003bebf4b8742a (patch)
tree552e3d245addca7aad7ea907ae87e24544812970 /ide/wg_Notebook.ml
parent7049e66c2e881dd09092c9360c9db9202be41c63 (diff)
Do no compage wg_Notebook terms with (=)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16775 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/wg_Notebook.ml')
-rw-r--r--ide/wg_Notebook.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/wg_Notebook.ml b/ide/wg_Notebook.ml
index 7a4ddc010..76d6cbed9 100644
--- a/ide/wg_Notebook.ml
+++ b/ide/wg_Notebook.ml
@@ -45,8 +45,8 @@ object(self)
method get_nth_term i =
List.nth term_list i
- method term_num p =
- Util.List.index0 p term_list
+ method term_num f p =
+ Util.List.index0_f f p term_list
method pages = term_list