package tezos-protocol-010-PtGRANAD

  1. Overview
  2. Docs
type !'a t = unit -> 'a node
and !'a node =
  1. | Nil
  2. | Cons of 'a * 'a t
OCaml

Innovation. Community. Security.