mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-23 17:46:40 -05:00
doc
This commit is contained in:
parent
9b4677b266
commit
0d3158d1bd
2 changed files with 4 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*)
|
||||
|
||||
(** {1 References} *)
|
||||
(** {1 References}
|
||||
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
type 'a print = Format.formatter -> 'a -> unit
|
||||
type 'a pp = Buffer.t -> 'a -> unit
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
*)
|
||||
|
||||
(** {1 Wrapper around Set}
|
||||
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
type 'a sequence = ('a -> unit) -> unit
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue