mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-28 03:44:51 -05:00
Merge branch 'master' into stable
This commit is contained in:
commit
11e70e329e
3 changed files with 5 additions and 1 deletions
2
opam
2
opam
|
|
@ -1,6 +1,6 @@
|
||||||
opam-version: "1.2"
|
opam-version: "1.2"
|
||||||
name: "containers"
|
name: "containers"
|
||||||
version: "1.5"
|
version: "1.5.1"
|
||||||
author: "Simon Cruanes"
|
author: "Simon Cruanes"
|
||||||
maintainer: "simon.cruanes@inria.fr"
|
maintainer: "simon.cruanes@inria.fr"
|
||||||
build: [
|
build: [
|
||||||
|
|
|
||||||
|
|
@ -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