Skip to content

Commit

Permalink
Fix error in typing rules for EKeys (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnaldo committed Feb 6, 2024
1 parent 034038d commit 815d6ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ object TypeDomain extends state.Domain {
): (AbsValue, Elem) =
val value =
if (v.ty.subMap.isBottom) AbsValue.Bot
else AbsValue(StrT)
else AbsValue(ListT(StrT))
(value, elem)

/** list concatenation */
Expand Down

0 comments on commit 815d6ea

Please sign in to comment.