Error in doc comment

This commit is contained in:
Denis Merigoux 2020-08-05 12:24:07 +02:00
parent 974769c013
commit 77c88e87f0

View File

@ -44,7 +44,6 @@ let lexer_error (loc : Pos.t) (msg : string) =
(** Usage: [weaving_error message] *)
let weaving_error (msg : string) = raise (WeavingError (Printf.sprintf "Weaving error: %s" msg))
(** Usage: [*)
let unknown_identifier (ident : string) (loc : Pos.t) =
raise (ContextError (Printf.sprintf "Unknown identifier \"%s\"\n%s" ident (Pos.to_string loc)))