We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cmxa
1 parent 07be773 commit c43ef93Copy full SHA for c43ef93
src/odoc/classify.cppo.ml
@@ -197,7 +197,7 @@ let read_library ic init =
197
let open Magic_number in
198
match read_current_info ~expected_kind:None ic with
199
| Ok { kind = Cma; version = _ } -> read_cma ic init
200
- | Ok { kind = Cmxa _; version = _ } -> read_cmxa ic init
+ | Ok { kind = Cmxa; version = _ } -> read_cmxa ic init
201
| Ok { kind = _; version = _ } -> Error (`Msg "Not a valid library")
202
| Error _ -> Error (`Msg "Not a valid file")
203
#else
0 commit comments