Skip to content

Commit fcdd7e5

Browse files
remove comment, trigger CI
1 parent dee180d commit fcdd7e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impls/lean/LeanMal/core.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ mutual
132132
let v := toList vvec
133133
if n.length != v.length then false
134134
else eqList n v strict
135-
| Types.dictVal n, Types.dictVal v => eqDict n v strict -- mal hash-maps are Dict level 0
135+
| Types.dictVal n, Types.dictVal v => eqDict n v strict
136136
| Types.listVal n, Types.vecVal vvec => if strict then false else
137137
let v := toList vvec
138138
if n.length != v.length then false

0 commit comments

Comments
 (0)