An open API service indexing awesome lists of open source software.

https://github.com/gvolpe/types-matter

Examples shown in my talk "Why types matter". See also https://github.com/gvolpe/par-dual
https://github.com/gvolpe/types-matter

haskell newtypes refined refinement-types types

Last synced: 11 months ago
JSON representation

Examples shown in my talk "Why types matter". See also https://github.com/gvolpe/par-dual

Awesome Lists containing this project

README

          

types-matter
============

Examples shown on my talk [Why types matter](https://slides.com/volpegabriel/why-types-matter) originally given at [Stack Builders](https://www.stackbuilders.com/) on September 2019 in Quito, Ecuador.

An [updated talk](https://slides.com/volpegabriel/types-matter-ft) has been given at the [Functional Tricity Meetup](https://www.meetup.com/FunctionalTricity/events/269763842/) on April 2020, remotely.

### Build

```
nix-shell --run 'cabal new-build'
```