package bap-std

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Make (M : S) : S with type 'a t = 'a option M.t
module Make2 (M : S2) : S2 with type ('a, 'b) t = ('a option, 'b) M.t