Skip to content

Commit e8d7075

Browse files
authored
fix int set construction (#105)
1 parent 4994243 commit e8d7075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fusion/matching.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@ func makeSeqMatch(
20192019
else:
20202020
setCheck = quote do:
20212021
## Check required len
2022-
`getLen` notin {`minNode` .. `maxNode`}
2022+
`getLen` notin `minNode` .. `maxNode`
20232023

20242024
if doRaise and not debugWIP:
20252025
var patternStr = seqm.declNode.toPatternStr()

0 commit comments

Comments
 (0)