Sexplib.Exn_magicSourceThis file is only kept for compatibility with pa_sexp_conv.
val register3 :
('a -> 'b -> 'c -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
unitval register4 :
('a -> 'b -> 'c -> 'd -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
('d -> Sexp.t) ->
unitval register5 :
('a -> 'b -> 'c -> 'd -> 'e -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
('d -> Sexp.t) ->
('e -> Sexp.t) ->
unitval register6 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
('d -> Sexp.t) ->
('e -> Sexp.t) ->
('f -> Sexp.t) ->
unitval register7 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
('d -> Sexp.t) ->
('e -> Sexp.t) ->
('f -> Sexp.t) ->
('g -> Sexp.t) ->
unitval register8 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> exn) ->
string ->
('a -> Sexp.t) ->
('b -> Sexp.t) ->
('c -> Sexp.t) ->
('d -> Sexp.t) ->
('e -> Sexp.t) ->
('f -> Sexp.t) ->
('g -> Sexp.t) ->
('h -> Sexp.t) ->
unit