Skip to content

Commit 1dc2167

Browse files
committed
IntDomTupleImpl: Update comment on how to extend
1 parent b5cdf5c commit 1dc2167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdomains/intDomain.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1793,7 +1793,7 @@ module Enums : S with type int_t = BigInt.t = struct
17931793
end
17941794

17951795

1796-
(* The old IntDomList had too much boilerplate since we had to edit every function in S when adding a new domain. With the following, we only have to edit the places where fn are applied, i.e., create, mapp, map, map2. You can search for I4 below to see where you need to extend. *)
1796+
(* The old IntDomList had too much boilerplate since we had to edit every function in S when adding a new domain. With the following, we only have to edit the places where fn are applied, i.e., create, mapp, map, map2. You can search for I3 below to see where you need to extend. *)
17971797
(* discussion: https://github.com/goblint/analyzer/pull/188#issuecomment-818928540 *)
17981798
module IntDomTupleImpl = struct
17991799
include Printable.Std (* for default invariant, tag, ... *)

0 commit comments

Comments
 (0)