package
1.0.150
Repository: https://github.com/ibm/fp-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Add is a curried function used to add two numbers.
Div is a curried function used to divide two numbers.
Inc is a function that increments a number.
No description provided by the author
No description provided by the author
Max takes the maximum of two values.
Min takes the minimum of two values.
MonoidProduct is the [Monoid] that multiplies elements with a one empty element.
MonoidSum is the [Monoid] that adds elements with a zero empty element.
Mul is a curried function used to multiply two numbers.
No description provided by the author
No description provided by the author
Sub is a curried function used to subtract two numbers.

# Interfaces

No description provided by the author