typed_monad 0.0.5 copy "typed_monad: ^0.0.5" to clipboard
typed_monad: ^0.0.5 copied to clipboard

monad implementation for dart

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add typed_monad
copied to clipboard

With Flutter:

 $ flutter pub add typed_monad
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  typed_monad: ^0.0.5
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:typed_monad/typed_monad.dart';
copied to clipboard
0
likes
140
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

monad implementation for dart

Repository

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

rxdart

More

Packages that depend on typed_monad