Skip to content

Commit

Permalink
remove comment, trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loredanacirstea committed Aug 30, 2024
1 parent dee180d commit fcdd7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion impls/lean/LeanMal/core.lean
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ mutual
let v := toList vvec
if n.length != v.length then false
else eqList n v strict
| Types.dictVal n, Types.dictVal v => eqDict n v strict -- mal hash-maps are Dict level 0
| Types.dictVal n, Types.dictVal v => eqDict n v strict
| Types.listVal n, Types.vecVal vvec => if strict then false else
let v := toList vvec
if n.length != v.length then false
Expand Down

0 comments on commit fcdd7e5

Please sign in to comment.