dfunct 0.0.7+1 copy "dfunct: ^0.0.7+1" to clipboard
dfunct: ^0.0.7+1 copied to clipboard

outdatedDart 1 only

A functional library for Dart inspired by Haskell. Maybe monad and a bunch of typedefs for common scenarios.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dfunct

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

dependencies:
  dfunct: ^0.0.7+1

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

Import it

Now in your Dart code, you can use:

import 'package:dfunct/dfunct.dart';
0
likes
25
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

A functional library for Dart inspired by Haskell. Maybe monad and a bunch of typedefs for common scenarios.

Homepage

Documentation

Documentation

License

BSD-2-Clause (license)

Dependencies

meta

More

Packages that depend on dfunct