mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
missing extension of Format
This commit is contained in:
parent
18c9f88411
commit
858ef0e90f
2 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
type 'a sequence = ('a -> unit) -> unit
|
type 'a sequence = ('a -> unit) -> unit
|
||||||
|
|
||||||
|
include Format
|
||||||
|
|
||||||
type t = Format.formatter
|
type t = Format.formatter
|
||||||
type 'a printer = t -> 'a -> unit
|
type 'a printer = t -> 'a -> unit
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,8 @@
|
||||||
|
|
||||||
type 'a sequence = ('a -> unit) -> unit
|
type 'a sequence = ('a -> unit) -> unit
|
||||||
|
|
||||||
|
include module type of Format
|
||||||
|
|
||||||
type t = Format.formatter
|
type t = Format.formatter
|
||||||
type 'a printer = t -> 'a -> unit
|
type 'a printer = t -> 'a -> unit
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue