package patoline

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type div = {
  1. div_children : page array;
  2. title : string;
}
and page =
  1. | Div of div
  2. | Par of string list