package ppx_typed_fields

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = private
  1. | Leaf : 'a Leaf_data.t -> 'a t
  2. | Branch : (module Branch.S with type Typed_field.derived_on = 'a) -> 'a t