Sexplib.Exn_magic
val register1 : ('a -> exn) -> string -> ('a -> Sexplib.Sexp.t) -> unit
val register2 :
('a -> 'b -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
unit
val register3 :
('a -> 'b -> 'c -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
unit
val register4 :
('a -> 'b -> 'c -> 'd -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
unit
val register5 :
('a -> 'b -> 'c -> 'd -> 'e -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
unit
val register6 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
unit
val register7 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
unit
val register8 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
unit
val register9 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> 'i -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
unit
val register10 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> 'i -> 'j -> exn) ->
string ->
('a -> Sexplib.Sexp.t) ->
('b -> Sexplib.Sexp.t) ->
('c -> Sexplib.Sexp.t) ->
('d -> Sexplib.Sexp.t) ->
('e -> Sexplib.Sexp.t) ->
('f -> Sexplib.Sexp.t) ->
('g -> Sexplib.Sexp.t) ->
('h -> Sexplib.Sexp.t) ->
('i -> Sexplib.Sexp.t) ->
('j -> Sexplib.Sexp.t) ->
unit