readme: general things first
This commit is contained in:
parent
3bf0555c23
commit
3695430c8f
1 changed files with 10 additions and 10 deletions
20
readme.md
20
readme.md
|
@ -2,6 +2,16 @@
|
|||
|
||||
things that are in here:
|
||||
|
||||
## general things
|
||||
|
||||
### [Logic/Parse.hs](Logic/Parse.hs)
|
||||
|
||||
- generic sequence parser
|
||||
|
||||
### [Logic/Graph.hs](Logic/Graph.hs)
|
||||
|
||||
- generic breadth-first search
|
||||
|
||||
## statement things
|
||||
|
||||
### [Logic/Statement/Parse.hs](Logic/Statement/Serialize.hs)
|
||||
|
@ -48,16 +58,6 @@ things that are in here:
|
|||
- [the MIU system](Logic/Language/Impl/MIU.hs) (from "Gödel, Escher, Bach")
|
||||
- [L](Logic/Language/Impl/L.hs)
|
||||
|
||||
## general things
|
||||
|
||||
### [Logic/Parse.hs](Logic/Parse.hs)
|
||||
|
||||
- generic sequence parser
|
||||
|
||||
### [Logic/Graph.hs](Logic/Graph.hs)
|
||||
|
||||
- generic breadth-first search
|
||||
|
||||
|
||||
# requirements
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue