package core

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Source file queue_intf.ml

1
2
3
4
5
6
7
open! Import

module type S = sig
  type 'a t [@@deriving bin_io]

  include Base.Queue.S with type 'a t := 'a t (** @inline *)
end
OCaml

Innovation. Community. Security.