Skip to content
GitLab
Explore
Sign in
Register
Fix isBinDigit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Fredrik Wieczerkowski
requested to merge
fwcd/curry-libs:fix-is-bin-digit
into
master
Apr 12, 2021
Overview
0
Commits
1
Changes
1
Expand
Should be
isBinDigit
c
=
c
==
'0'
||
c
==
'1'
instead of
isBinDigit
c
=
c
>=
'0'
||
c
<=
'1'
Merge request reports
Loading