aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-19 14:17:35 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-09-19 14:17:35 +0000
commit76e3b2928b766a76ee7e29dd3f6867cd48f95a52 (patch)
tree5a5a73ee8770cba524b8c24892f709a308e9ab3b /toplevel
parent5393ee683be9e19ab25888925f561ea4f4b1dddb (diff)
- un effort sur la doc (ocamlweb)
- module Nametab - module Impargs - correction bug : Parameter id : t => vérification que t est bien un type git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@76 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/himsg.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/himsg.mli b/toplevel/himsg.mli
index 5c5548c2a..ff3eac8ee 100644
--- a/toplevel/himsg.mli
+++ b/toplevel/himsg.mli
@@ -21,7 +21,7 @@ end
(*s The result is a module which provides a function [explain_type_error]
to explain a type error for a given kind in a given context, which are
usually the three arguments carried by the exception [TypeError]
- (see \citesec{typeerrors}). *)
+ (see \refsec{typeerrors}). *)
module Make (P : Printer) : sig