Skip to content

Commit af0f325

Browse files
committed
Remove fmt from the interface about error type
1 parent 0f0f108 commit af0f325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/emile.mli

+1-1
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ end
14341434
type error = [ `Invalid ]
14351435
(** The error type. *)
14361436

1437-
val pp_error : error Fmt.t
1437+
val pp_error : error fmt
14381438
(** [pp_error ppf err] is pretty-printer of {!error}. *)
14391439

14401440
module List : sig

0 commit comments

Comments
 (0)