ribs_core 1.0.0-dev.8 copy "ribs_core: ^1.0.0-dev.8" to clipboard
ribs_core: ^1.0.0-dev.8 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.8

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.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

async, fast_immutable_collections, matcher, meta, test

More

Packages that depend on ribs_core