Skip to content

Commit

Permalink
Remove fmt from the interface about error type
Browse files Browse the repository at this point in the history
  • Loading branch information
dinosaure committed Mar 14, 2020
1 parent 0f0f108 commit af0f325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/emile.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ end
type error = [ `Invalid ]
(** The error type. *)

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

module List : sig
Expand Down

0 comments on commit af0f325

Please sign in to comment.