mirror of
https://github.com/correl/typesafe-monads.git
synced 2024-11-14 11:09:36 +00: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
|
||||
|
||||
[![Build Status](https://travis-ci.com/correl/typesafe-monads.svg?branch=master)](https://travis-ci.com/correl/typesafe-monads)
|
||||
[![codecov](https://codecov.io/gh/correl/typesafe-monads/branch/master/graph/badge.svg)](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…
Reference in a new issue