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
- Host: GitHub
- URL: https://github.com/atry/curried.scala
- Owner: Atry
- License: mit
- Created: 2019-08-11T15:45:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T10:03:12.000Z (almost 2 years ago)
- Last Synced: 2025-03-18T04:16:09.264Z (about 1 year ago)
- Language: Scala
- Homepage: https://contributors.scala-lang.org/t/sip-curried-varargs/3608/30?u=sjrd
- Size: 219 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curried.scala
[](https://travis-ci.com/Atry/Curried.scala)
[](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).