package ppx_typed_fields

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

module Tree : sig ... end
module Branch : sig ... end
module type S = sig ... end
type 'a t = 'a Tree.t
val leaf : 'a Leaf_data.t -> 'a t
val branch : (module S with type Typed_field.derived_on = 'a) -> 'a t