increase readme coolness
This commit is contained in:
parent
e46bcf6ddc
commit
050d08ffc2
1 changed files with 4 additions and 4 deletions
|
@ -27,11 +27,11 @@ things you can do with this:
|
|||
- the MIU system (from "Gödel, Escher, Bach")
|
||||
- L
|
||||
|
||||
## Requirements
|
||||
## requirements
|
||||
|
||||
a haskell compiler e.g. GHC
|
||||
|
||||
## Compile it
|
||||
## compile it
|
||||
|
||||
```sh
|
||||
make
|
||||
|
@ -39,7 +39,7 @@ make
|
|||
|
||||
or look in `Makefile`
|
||||
|
||||
## Usage
|
||||
## usage
|
||||
|
||||
only this has been implemented in the main function:
|
||||
|
||||
|
@ -47,7 +47,7 @@ only this has been implemented in the main function:
|
|||
echo '((p->q)<->(!q->!p))' | ./logic
|
||||
```
|
||||
|
||||
### Output
|
||||
### output
|
||||
|
||||
```
|
||||
Iff (Implies (Atom "p") (Atom "q")) (Implies (Not (Atom "q")) (Not (Atom "p")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue