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

https://github.com/bbjubjub2494/scape

Unboxed Monads for Scala 3
https://github.com/bbjubjub2494/scape

datastructures dotty scala

Last synced: 10 months ago
JSON representation

Unboxed Monads for Scala 3

Awesome Lists containing this project

README

          

# Scape: Unboxed Monads for Scala 3 using escaping

The Try monad is a very useful part of the Scala standard library.
This library tries to reproduce its interface while avoiding object creation as much as possible.