Merge branch 'master' into stable

This commit is contained in:
Simon Cruanes 2018-01-02 23:42:12 +01:00
commit 11e70e329e
3 changed files with 5 additions and 1 deletions

2
opam
View file

@ -1,6 +1,6 @@
opam-version: "1.2"
name: "containers"
version: "1.5"
version: "1.5.1"
author: "Simon Cruanes"
maintainer: "simon.cruanes@inria.fr"
build: [

View file

@ -5,6 +5,8 @@
type 'a sequence = ('a -> unit) -> unit
include Format
type t = Format.formatter
type 'a printer = t -> 'a -> unit

View file

@ -7,6 +7,8 @@
type 'a sequence = ('a -> unit) -> unit
include module type of Format
type t = Format.formatter
type 'a printer = t -> 'a -> unit