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
  }