Skip to content

Commit

Permalink
Merge pull request #131 from mitchellwrosen/patch-1
Browse files Browse the repository at this point in the history
numhask-graph -> numhask
  • Loading branch information
tonyday567 authored Oct 8, 2018
2 parents 43b4a46 + 31f8989 commit b721b76
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 @@ -10,7 +10,7 @@ Ring hierarchy

For example, the `Num` class in prelude is approximately a `Ring`. In numhask, the class laws and operators flow as follows:

[![Ring Hierarchy](numhask-graph/other/ring.svg)](numhask-graph/other/ring.svg)
[![Ring Hierarchy](numhask/other/ring.svg)](numhask/other/ring.svg)

Libraries
---
Expand All @@ -19,7 +19,7 @@ Libraries
- `numhask-prelude` numhask + [protolude](https://hackage.haskell.org/package/protolude)
- `numhask-array` n-dimensional arrays with type-level size

There is also some performance analytics in `numhask-bench` and `numhask-graph` produces the above chart.
There is also some performance analytics in `numhask-bench` and `numhask` produces the above chart.

numhask
---
Expand Down

0 comments on commit b721b76

Please sign in to comment.