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

https://github.com/laughedelic/scala-adder

Answering SO question: "Generic Adder from Idris to Scala?"
https://github.com/laughedelic/scala-adder

Last synced: 3 months ago
JSON representation

Answering SO question: "Generic Adder from Idris to Scala?"

Awesome Lists containing this project

README

          

### scala-adder

[![](https://img.shields.io/badge/license-AGPLv3-blue.svg)](https://tldrlegal.com/license/gnu-affero-general-public-license-v3-%28agpl-3.0%29)

Answering the SO question: [Generic Adder from Idris to Shapeless?](http://stackoverflow.com/q/35907690/736957).

This is an implementation _without_ using shapeless. Can be useful as an example of constructing dependent function types in pure Scala.

Here is the link to the answer with the explanations:

-