Skip to content

Commit

Permalink
[coq] make Protect.E.t private.
Browse files Browse the repository at this point in the history
Just a nit really.
  • Loading branch information
ejgallego committed Sep 30, 2024
1 parent fb1e05c commit 643654a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coq/protect.mli
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module R : sig
end

module E : sig
type ('a, 'l) t =
type ('a, 'l) t = private
{ r : ('a, 'l) R.t
; feedback : 'l Message.t list
}
Expand Down

0 comments on commit 643654a

Please sign in to comment.