aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/wg_Notebook.mli
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.mli
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.mli')
-rw-r--r--ide/wg_Notebook.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/wg_Notebook.mli b/ide/wg_Notebook.mli
index a424fc029..df6474387 100644
--- a/ide/wg_Notebook.mli
+++ b/ide/wg_Notebook.mli
@@ -16,7 +16,7 @@ object
method prepend_term : 'a -> int
method set_term : 'a -> unit
method get_nth_term : int -> 'a
- method term_num : 'a -> int
+ method term_num : ('a -> 'a -> bool) -> 'a -> int
method pages : 'a list
method remove_page : int -> unit
method current_term : 'a