Skip to content

Commit

Permalink
Adapt w.r.t. coq/coq#18312.
Browse files Browse the repository at this point in the history
  • Loading branch information
ppedrot committed Nov 15, 2023
1 parent fd9d22d commit 01282b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion serapi/serapi_protocol.ml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ let _pp_explicitation = let open Constrexpr in function

let pp_implicit : Impargs.implicit_status -> Pp.t = function
| None -> Pp.str "!"
| Some (_expl, _, _) -> Pp.str "!" (* pp_explicitation expl *)
| Some _ -> Pp.str "!" (* pp_explicitation expl *)

(*
let pp_richpp xml =
Expand Down
4 changes: 4 additions & 0 deletions serlib/ser_impargs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ type implicit_position =
[%import: Impargs.implicit_position]
[@@deriving sexp]

type implicit_status_info =
[%import: Impargs.implicit_status_info]
[@@deriving sexp]

type implicit_status =
[%import: Impargs.implicit_status]
[@@deriving sexp]
Expand Down

0 comments on commit 01282b4

Please sign in to comment.