module Make: functor (M : Core.Std.Sexpable) -> sig .. end
functor (
M
:
Core.Std.Sexpable
) ->
sig
end
type t = {
value :M.t;
M.t
extra_fields :string list;
string list
include Sexpable