Split code into modules

Also did some work on laws
This commit is contained in:
Pranshu Sharma 2025-05-21 16:29:43 +10:00
parent 953c0d2298
commit 5113241a63
4 changed files with 88 additions and 43 deletions

5
Utils.hs Normal file
View file

@ -0,0 +1,5 @@
module Utils where
symbolic = (`elem` symbolic_ops)
symbolic_ops = "!@#$%^&*+./<=>?\\^|:-~"