mirror of
https://github.com/correl/typesafe-monads.git
synced 2025-03-29 17:00:13 -09:00
Add CI and coverage badges
This commit is contained in:
parent
0072034f99
commit
906a3e9ca4
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# Type-safe Monads
|
||||
|
||||
[](https://travis-ci.com/correl/typesafe-monads)
|
||||
[](https://codecov.io/gh/correl/typesafe-monads)
|
||||
|
||||
This is an experiment in building monads in Python supported by strict
|
||||
type annotations. The goal is to be able to compose monads with the
|
||||
type checker ensuring their correctness.
|
||||
|
|
Loading…
Add table
Reference in a new issue