readme: general things first

This commit is contained in:
hi 2025-08-12 08:06:53 +00:00
parent 3bf0555c23
commit 3695430c8f

View file

@ -2,6 +2,16 @@
things that are in here: 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 ## statement things
### [Logic/Statement/Parse.hs](Logic/Statement/Serialize.hs) ### [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") - [the MIU system](Logic/Language/Impl/MIU.hs) (from "Gödel, Escher, Bach")
- [L](Logic/Language/Impl/L.hs) - [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 # requirements