[absint] BottomLiftedDomain should satisfy WithBottom signature

Reviewed By: jeremydubreil

Differential Revision: D4963814

fbshipit-source-id: 517fb5e
master
Sam Blackshear 8 years ago committed by Facebook Github Bot
parent 863d90272f
commit 1c23876a4e

@ -40,7 +40,7 @@ module BottomLifted (Domain : S) : sig
| Bottom
| NonBottom of Domain.astate
include S with type astate := astate
include WithBottom with type astate := astate
end
(** Cartesian product of two domains. *)

Loading…
Cancel
Save