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. |
Click to show internal directories.
Click to hide internal directories.