summaryrefslogtreecommitdiff
path: root/pretyping/termops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/termops.mli')
-rw-r--r--pretyping/termops.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/pretyping/termops.mli b/pretyping/termops.mli
index 5f8b5376..49de4838 100644
--- a/pretyping/termops.mli
+++ b/pretyping/termops.mli
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(*i $Id: termops.mli 8003 2006-02-07 22:11:50Z herbelin $ i*)
+(*i $Id: termops.mli 8845 2006-05-23 07:41:58Z herbelin $ i*)
open Util
open Pp
@@ -24,7 +24,7 @@ val refresh_universes : types -> types
(* printers *)
val print_sort : sorts -> std_ppcmds
-val print_sort_family : sorts_family -> std_ppcmds
+val pr_sort_family : sorts_family -> std_ppcmds
(* debug printer: do not use to display terms to the casual user... *)
val set_print_constr : (env -> constr -> std_ppcmds) -> unit
val print_constr : constr -> std_ppcmds