Skip to content
Snippets Groups Projects
Commit 04cda209 authored by Basile Desloges's avatar Basile Desloges
Browse files

REVUE 3 : doc

parent 1c3d4320
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,13 @@ module type S = sig
(** Make a [Not_memoized] exception with the given message. *)
val untypable: string -> 'a
(** @raise Typing_error with the given message. *)
(** @raise Typing_error with the given message for the current phase. *)
val not_yet: string -> 'a
(** @raise Not_yet with the given message. *)
(** @raise Not_yet with the given message for the current phase. *)
val not_memoized: unit -> 'a
(** @raise Not_memoized *)
(** @raise Not_memoized for the current phase. *)
val print_not_yet: string -> unit
(** Print the "not yet supported" message without raising an exception. *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment