crem/docs
2023-04-06 11:12:04 +02:00
..
how-to-compose-machines.md improve docs 2023-04-06 11:12:04 +02:00
how-to-create-a-machine.md improve docs 2023-04-06 11:12:04 +02:00
how-to-render-a-machine.md improve docs 2023-04-06 11:12:04 +02:00
how-to-run-a-machine.md how to run a machine 2023-02-27 17:05:45 +01:00
README.md how to run a machine 2023-02-27 17:05:45 +01:00

Crem docs

Crem is a library to create, compose, run and render state machines.

Usually the library should be used following these four steps:

Notice that throughout the documentation we will work only with pure machines, while crem itself supports machines performing effects in a context described by a monad m.