Skip to content

Commit 0e3d22f

Browse files
committed
bdd_bottom -> bdd_bot
1 parent f9ebeaa commit 0e3d22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/module/types/descr.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4916,7 +4916,7 @@ defmodule Module.Types.Descr do
49164916
# (B1) and (a2 or not D2) and not B2_no_D2
49174917
# ((B1 and a2) or (B1 and not D2)) and not B2_no_D2
49184918
#
4919-
defp bdd_difference(bdd, {leaf, c, u, d}, leaf_intersection) when d != :bdd_bottom do
4919+
defp bdd_difference(bdd, {leaf, c, u, d}, leaf_intersection) when d != :bdd_bot do
49204920
bdd_leaf_intersection(leaf, bdd, leaf_intersection)
49214921
|> bdd_union(bdd_difference(bdd, d, leaf_intersection))
49224922
|> bdd_difference({leaf, c, u, :bdd_bot})

0 commit comments

Comments
 (0)