package lilis

  1. Overview
  2. Docs

companion_cube's containers

module Gen : Lilis.S with type 'a t = 'a CCGen.t and type 'a stored = 'a CCGen.Restart.t

CCGen, Imperative, also available in the standalone package gen.

module KList : Lilis.S with type 'a t = 'a CCKList.t and type 'a stored = 'a CCKList.t

CCKList, Persistent.

module Sequence : Lilis.S with type 'a t = 'a CCSequence.t and type 'a stored = 'a CCSequence.t

CCSequence, Persistent. also available in the standalone package sequence.