Skip to content

Commit

Permalink
Adapt to coq/coq#18529 (no Dyn.anonymous)
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Jan 24, 2024
1 parent 3ee230f commit 975ee57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exceptions.ml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ open Pp
(**
Basic exception info
*)
let fatal_flag: 'a Exninfo.t = Exninfo.make ()
let fatal_flag: unit Exninfo.t = Exninfo.make "waterproof_fatal_flag"

(**
Type of exceptions used in Wateproof
Expand Down

0 comments on commit 975ee57

Please sign in to comment.