Module Ser_context.NamedSource
Sourcetype ('c, 't) pt = ('c, 't) Context.Named.pt Sourceval hash_fold_pt :
(Ppx_hash_lib.Std.Hash.state -> 'c -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 't -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('c, 't) pt ->
Ppx_hash_lib.Std.Hash.state Sourceval compare_pt :
('c -> 'c -> int) ->
('t -> 't -> int) ->
('c, 't) pt ->
('c, 't) pt ->
int