package trace-fuchsia

  1. Overview
  2. Docs
type +'a t =
  1. | Nil
  2. | Cons of int * 'a * 'a t
val empty : 'a t
val len : 'a t -> int
val cons : 'a -> 'b t -> 'b t
OCaml

Innovation. Community. Security.