https://github.com/maxdeviant/polymorphism-primer
https://github.com/maxdeviant/polymorphism-primer
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxdeviant/polymorphism-primer
- Owner: maxdeviant
- License: mit
- Created: 2020-03-20T18:23:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-21T01:10:58.000Z (almost 6 years ago)
- Last Synced: 2025-02-15T09:16:39.394Z (about 1 year ago)
- Language: C#
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Polymorphism Primer
## Haskell
```sh
stack ghci
```
```sh
Prelude> :load src/HaskellPolymorphism/Animal.hs
```