only doing this because Data.Set is not in the stdlib
This commit is contained in:
hi 2025-08-15 13:10:36 +00:00
parent 30941456a2
commit dff5b9f365
19 changed files with 101 additions and 16 deletions

View file

@ -4,7 +4,9 @@ see [Logic/readme.md](Logic) for more details about what's here
## requirements
a haskell compiler e.g. GHC
- a haskell compiler e.g. GHC
- cabal the haskell build system if you want
- [containers](https://hackage.haskell.org/package/containers)
## compile it
@ -14,9 +16,17 @@ make
or look in [`Makefile`](Makefile)
or
```sh
cabal build
```
I guess...
## usage
only this has been implemented in the main function:
only this kind of this has been implemented in the main function so far:
```sh
echo '((p->q)<->(!q->!p))' | ./logic