package stdune

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
module type OPS = sig ... end
module Operators (X : S) : OPS with type t = X.t