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

https://github.com/atry/curried.scala

The implementation of the Scala proposal: SIP-45 - Curried Varargs
https://github.com/atry/curried.scala

Last synced: about 1 year ago
JSON representation

The implementation of the Scala proposal: SIP-45 - Curried Varargs

Awesome Lists containing this project

README

          

# Curried.scala

[![Build Status](https://travis-ci.com/Atry/Curried.scala.svg?branch=master)](https://travis-ci.com/Atry/Curried.scala)

[![Scaladoc](https://javadoc.io/badge/com.yang-bo/curried_2.13.svg?label=Scaladoc)](https://javadoc.io/page/com.yang-bo/curried_2.13/latest/scala/Curried.html)

**Curried.scala** is an implementation of the SIP proposal [Curried varargs](https://docs.scala-lang.org/sips/curried-varargs.html).