Module Async_kernel.InvariantSource
include module type of Core.Invariant
type nonrec !'a t = 'a Base__Invariant_intf.tmodule type S = sig ... endmodule type S1 = sig ... endmodule type S2 = sig ... endmodule type S3 = sig ... endval invariant :
Base__.Source_code_position0.t ->
'a ->
('a -> Base__.Sexp.t) ->
(unit -> unit) ->
unitval check_field : 'a -> 'b t -> ('a, 'b) Base__.Field.t -> unit