package lascar

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

String-convertible types

module type T = sig ... end
module Pair (M1 : T) (M2 : T) : sig ... end
module Triplet (M1 : T) (M2 : T) (M3 : T) : sig ... end