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

https://github.com/lexi-lambda/racket-mvar

An implementation of Haskell’s MVars in Racket
https://github.com/lexi-lambda/racket-mvar

Last synced: 8 months ago
JSON representation

An implementation of Haskell’s MVars in Racket

Awesome Lists containing this project

README

          

# mvar [![Build Status](https://img.shields.io/github/actions/workflow/status/lexi-lambda/racket-mvar/build.yml?branch=master)](https://github.com/lexi-lambda/racket-mvar/actions/workflows/build.yml) [![Scribble Docs](https://img.shields.io/badge/docs-built-blue)][mvar-doc]

This library provides a Racket implementation of Haskell’s `MVar`s. To use it, install the `mvar` package:

```
$ raco pkg install mvar
```

[For more information, see the documentation.][mvar-doc]

[mvar-doc]: https://lexi-lambda.github.io/racket-mvar/