Skip to content
Snippets Groups Projects
Commit e8654827 authored by David Bühler's avatar David Bühler
Browse files

[Eva] Fixes a comment.

parent 88b76fa4
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ end ...@@ -55,7 +55,7 @@ end
module type With_Diff_One = sig module type With_Diff_One = sig
type t type t
val diff_if_one : t -> t -> t or_bottom val diff_if_one : t -> t -> t or_bottom
(** [diff_of_one t1 t2] is an over-approximation of [t1-t2]. (** [diff_if_one t1 t2] is an over-approximation of [t1-t2].
@return [t1] if [t2] is not a singleton. *) @return [t1] if [t2] is not a singleton. *)
end end
......
...@@ -105,7 +105,7 @@ end ...@@ -105,7 +105,7 @@ end
module type With_Diff_One = sig module type With_Diff_One = sig
type t type t
val diff_if_one : t -> t -> t val diff_if_one : t -> t -> t
(** [diff_of_one t1 t2] is an over-approximation of [t1-t2]. (** [diff_if_one t1 t2] is an over-approximation of [t1-t2].
@return [t1] if [t2] is not a singleton. *) @return [t1] if [t2] is not a singleton. *)
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment