cabal
only doing this because Data.Set is not in the stdlib
This commit is contained in:
parent
30941456a2
commit
dff5b9f365
19 changed files with 101 additions and 16 deletions
14
readme.md
14
readme.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue