This website requires JavaScript.
Explore
Help
Register
Sign In
humza
/
sml-projects
Watch
1
Star
0
Fork
0
You've already forked sml-projects
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f7b755d6a61c9c1b91056e3d7cb71d152a5a5033
sml-projects
/
shf
Humza Shahid
f7b755d6a6
fix minor bug in cursor.sml (we checked if strPos is equal to 'String.size str - 1' but then accessed strPos + 1, which makes our bound check useless and may cause an exception. Instead, check 'strPos < String.size str - 1'
2024-11-01 03:35:12 +00:00
1.1 MiB
Executable File
Raw
History
View Raw
Reference in New Issue
View Git Blame
Copy Permalink