Skip to content

Commit

Permalink
Merge pull request #417 from ejgallego/vernacstate_remove_pcoq
Browse files Browse the repository at this point in the history
[coq] Adapt to coq/coq#19187
  • Loading branch information
SkySkimmer authored Jun 10, 2024
2 parents 451e9a3 + a2b612a commit 683b7de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serapi/serapi_protocol.ml
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ let proof_state_of_st m = match m with
| _ -> None

let parsing_state_of_st m = match m with
| Stm.Valid (Some { Vernacstate.synterp = { parsing; _ }; _} ) ->
Some parsing
| Stm.Valid (Some { Vernacstate.synterp; _} ) ->
Some (Vernacstate.Synterp.parsing synterp)
| _ -> None

let context_of_st m = match m with
Expand Down

0 comments on commit 683b7de

Please sign in to comment.