Skip to content

Commit

Permalink
Update README.md (#18)
Browse files Browse the repository at this point in the history
s/htlp/help/
  • Loading branch information
vaibhavsagar authored and nc6 committed Nov 10, 2017
1 parent 76f74c5 commit d298aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ If you would like to cache a pure computation in the same way as an effectful `S
Both the input and the output types of named workflows are subject to the same restrictions as steps, that is they have to be in the Store type class. Naming workflows has two effects:

* Named workflows are cached so they will not be repeated if the calculation is restarted.
* Names given to workflows htlp when you are logging or visualising the dependency graph
* Names given to workflows help when you are logging or visualising the dependency graph

## Wiring

Expand All @@ -54,4 +54,4 @@ Workflows can be executed in a variety of ways and you can define your own inter

* A basic non-interruptible interpreter `runFlow` is given in [Control.FunFlow.Base](https://github.com/glutamate/funflow/blob/master/src/Control/FunFlow/Base.hs)
* An interruptible and resumable interpreter where all state is stored in-process is given in [Control.FunFlow.Exec.Local](https://github.com/glutamate/funflow/blob/master/src/Control/FunFlow/Exec/Local.hs)
* An execution engine based on Redis is given in [Control.FunFlow.Exec.Redis](https://github.com/glutamate/funflow/blob/master/src/Control/FunFlow/Exec/Redis.hs)
* An execution engine based on Redis is given in [Control.FunFlow.Exec.Redis](https://github.com/glutamate/funflow/blob/master/src/Control/FunFlow/Exec/Redis.hs)

0 comments on commit d298aa2

Please sign in to comment.