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
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/typeclasspresentationexamples
- Owner: MateuszKubuszok
- Created: 2023-12-05T18:58:19.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T18:18:38.000Z (about 2 years ago)
- Last Synced: 2025-01-21T18:51:56.509Z (about 1 year ago)
- Topics: examples, scala, type-class-derivation, type-classes
- Language: Scala
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).