package pfff

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) view =
  1. | Empty
  2. | Cons of 'a * 'b
class virtual 'a ocollection : object ... end