aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/lib.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-10 15:38:36 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-10 15:38:36 +0000
commit7df139ca0834b0b93e6259eaecb05c0b8c5cbe99 (patch)
tree730574f70b420f85d0836a75b03f820bebfa619b /library/lib.mli
parent19b041bcc069e79608392d705fa9998440d50815 (diff)
- Prise en compte de l'unicode dans la fonction hdchar (elle fournissait des
noms illégaux si le type auquel elle s'appliquait n'était pas pur ascii). [util.ml, termops.ml] - Simplification de la procédure d'initialisation (apparemment des résidus obsolètes de la V5.10) et messages d'erreurs [lib.ml, toplevel.ml, coqtop.ml] - Quelques pattern-matching incomplets [topconstr.ml, detyping.ml] git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10916 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/library/lib.mli b/library/lib.mli
index da8ace048..ba04fa1b7 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -157,8 +157,6 @@ type frozen
val freeze : unit -> frozen
val unfreeze : frozen -> unit
-val init : unit -> unit
-
val declare_initial_state : unit -> unit
val reset_initial : unit -> unit