ribs_core 1.0.0-dev.6 copy "ribs_core: ^1.0.0-dev.6" to clipboard
ribs_core: ^1.0.0-dev.6 copied to clipboard

Functional programming (FP) kernel. Provides common FP datatypes like Option, Either, State, Validated as well as effect types like IO, Ref and Resource.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ribs_core

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

dependencies:
  ribs_core: ^1.0.0-dev.6

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:ribs_core/ribs_core.dart';
0
likes
0
pub points
47%
popularity

Publisher

unverified uploader

Functional programming (FP) kernel. Provides common FP datatypes like Option, Either, State, Validated as well as effect types like IO, Ref and Resource.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, fast_immutable_collections, meta

More

Packages that depend on ribs_core