package TCSLib

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