package ppx_diff

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

Source file context.ml

1
2
3
4
5
6
7
8
9
open! Base

type t =
  { builder : Builder.t
  ; what_to_derive : What_to_derive.t
  ; all_params : Type_param.t list
  ; sig_or_struct : [ `sig_ | `struct_ ]
  ; stable_version : Stable_version.t option
  }
OCaml

Innovation. Community. Security.