context.ml
ppx_diff.diffable
ppx_diff.diffable_cinaps
ppx_diff.ppx_diff
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 }
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 }