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

https://github.com/maxdeviant/polymorphism-primer


https://github.com/maxdeviant/polymorphism-primer

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Polymorphism Primer

## Haskell

```sh
stack ghci
```

```sh
Prelude> :load src/HaskellPolymorphism/Animal.hs
```