applicative

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 30, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Class

type Class[A, B, C any, FF F[func(A) B], FA F[A], FB F[B], FC F[C]] interface {
	functor.Class[A, B, FA, FB]

	Pure(A) FA
	Apply(FF, FA) FB
	LiftA2(func(A, B) C, FA, FB) FC
	ApplyR(FA, FB) FB
	ApplyL(FA, FB) FA
}

type F

type F[T any] interface{}

Jump to

Keyboard shortcuts

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