/usr/lib/ocaml/sexplib/exn_magic.mli is in libsexplib-camlp4-dev 113.00.00-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | val register : exn -> string -> unit
val register1 :
('a -> exn)
-> string
-> ('a -> Sexp.t)
-> unit
val register2 :
('a -> 'b -> exn)
-> string
-> ('a -> Sexp.t)
-> ('b -> Sexp.t)
-> unit
val register3 :
('a -> 'b -> 'c -> exn)
-> string
-> ('a -> Sexp.t)
-> ('b -> Sexp.t)
-> ('c -> Sexp.t)
-> unit
val register4 :
('a -> 'b -> 'c -> 'd -> exn)
-> string
-> ('a -> Sexp.t)
-> ('b -> Sexp.t)
-> ('c -> Sexp.t)
-> ('d -> Sexp.t)
-> unit
val register5 :
('a -> 'b -> 'c -> 'd -> 'e -> exn)
-> string
-> ('a -> Sexp.t)
-> ('b -> Sexp.t)
-> ('c -> Sexp.t)
-> ('d -> Sexp.t)
-> ('e -> Sexp.t)
-> unit
val 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)
-> unit
val 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)
-> unit
val 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
val register9 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> 'i -> 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)
-> ('i -> Sexp.t)
-> unit
val register10 :
('a -> 'b -> 'c -> 'd -> 'e -> 'f -> 'g -> 'h -> 'i -> 'j -> 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)
-> ('i -> Sexp.t)
-> ('j -> Sexp.t)
-> unit
|