package TCSLib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = 'a * 'b
type 'a s = ('a, 'a) t
val assemble : 'a -> 'b -> ('a, 'b) t
val fst : ('a, 'b) t -> 'a
val snd : ('a, 'b) t -> 'b
val get : 'a s -> int -> 'a