fun/

directory
v2.16.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 24, 2024 License: MIT

Directories

Path Synopsis
Package either implements a simple generic "Either" type that can represent exactly one value out of two options.
Package either implements a simple generic "Either" type that can represent exactly one value out of two options.
Package future implements "Futures", which represent a placeholder handle for a value that may not yet be ready, but is (eventually) computed by a promise.
Package future implements "Futures", which represent a placeholder handle for a value that may not yet be ready, but is (eventually) computed by a promise.
Package maybe implements a M{value, ok} "sum type" that has a value only when ok is true.
Package maybe implements a M{value, ok} "sum type" that has a value only when ok is true.
Package partial provides helpers for partial function application.
Package partial provides helpers for partial function application.
Package promise implements a simple Promise type that can be used to represent a computation to be performed at a later stage.
Package promise implements a simple Promise type that can be used to represent a computation to be performed at a later stage.
Package result implements a R{value, error} "sum type" that has a value only when error is nil.
Package result implements a R{value, error} "sum type" that has a value only when error is nil.
Package slices provides generic higher-order functions over slices of values.
Package slices provides generic higher-order functions over slices of values.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL