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
- Host: GitHub
- URL: https://github.com/bbjubjub2494/scape
- Owner: bbjubjub2494
- License: apache-2.0
- Created: 2020-06-03T10:20:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T13:18:31.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T15:08:56.521Z (over 1 year ago)
- Topics: datastructures, dotty, scala
- Language: Scala
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.