mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
missing type aliases (see #173)
This commit is contained in:
parent
d76831a8c3
commit
a160ae3672
1 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,10 @@
|
|||
type 'a sequence = ('a -> unit) -> unit
|
||||
|
||||
include module type of Format
|
||||
with type formatter = Format.formatter
|
||||
and type formatter_out_functions = Format.formatter_out_functions
|
||||
and type formatter_tag_functions = Format.formatter_tag_functions
|
||||
|
||||
|
||||
type t = Format.formatter
|
||||
type 'a printer = t -> 'a -> unit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue