Skip to content

Commit

Permalink
Merge pull request ejgallego#370 from ppedrot/detuplify-impargs
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Nov 16, 2023
2 parents fd9d22d + 01282b4 commit 307889d
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 307889d

Please sign in to comment.