Skip to content

Commit

Permalink
Removed definitions of Printf and Format appeared with the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-martinez committed May 24, 2020
1 parent 867a051 commit 161df36
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/runtime/ppx_deriving_runtime.cppo.mli
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,3 @@ module Option : sig

val to_result : none:'e -> 'a option -> ('a, 'e) Result.result
end

(** {3 Formatting} *)

module Printf : (module type of Printf)
module Format : (module type of Format with
type formatter_out_functions = Format.formatter_out_functions and
type formatter_tag_functions = Format.formatter_tag_functions and
type formatter = Format.formatter)
#endif

0 comments on commit 161df36

Please sign in to comment.