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

https://github.com/mateuszkubuszok/typeclasspresentationexamples

scala
https://github.com/mateuszkubuszok/typeclasspresentationexamples

examples scala type-class-derivation type-classes

Last synced: 12 months ago
JSON representation

scala

Awesome Lists containing this project

README

          

# Type Classes examples

Examples used in presentation https://github.com/MateuszKubuszok/TypeClassPresentation

## Running

```bash
bat [example_name]/* # preview
scala-cli run [example_name] # running
```

Uses [Scala CLI](https://scala-cli.virtuslab.org/) and [Bat](https://github.com/sharkdp/bat).