Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Aug 14, 2024
1 parent 1026747 commit 106e60f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/reasoners/uf.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1144,7 +1144,8 @@ module Cache = struct

abstracts: (r, Expr.t) Hashtbl.t;
(** Contains all the abstract values generated. This cache is necessary
to ensure we don't generate twice an abstract value for a given symbol. *)
to ensure we don't generate twice an abstract value for a given
symbol. *)
}

let mk () = {
Expand Down

0 comments on commit 106e60f

Please sign in to comment.