From 7cfc4e5146be5666419451bdd516f1f3f264d24a Mon Sep 17 00:00:00 2001 From: Enrico Tassi Date: Sun, 25 Jan 2015 14:42:51 +0100 Subject: Imported Upstream version 8.5~beta1+dfsg --- parsing/lexer.mli | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'parsing/lexer.mli') diff --git a/parsing/lexer.mli b/parsing/lexer.mli index cb6b694c..2b9bd37d 100644 --- a/parsing/lexer.mli +++ b/parsing/lexer.mli @@ -1,19 +1,16 @@ (************************************************************************) (* v * The Coq Proof Assistant / The Coq Development Team *) -(* unit val remove_keyword : string -> unit val is_keyword : string -> bool -val location_function : int -> loc +(* val location_function : int -> Loc.t *) (** for coqdoc *) type location_table @@ -27,14 +24,11 @@ val check_keyword : string -> unit type frozen_t val freeze : unit -> frozen_t val unfreeze : frozen_t -> unit -val init : unit -> unit type com_state val com_state: unit -> com_state val restore_com_state: com_state -> unit -val set_xml_output_comment : (string -> unit) -> unit - val terminal : string -> Tok.t (** The lexer of Coq: *) -- cgit v1.2.3