curry

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2020 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Add

func Add(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

x + y

func Div

func Div(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

y / x

func Eq

func Eq(x typeclass.Ord) func(typeclass.Ord) bool

y == x

func Ge

func Ge(x typeclass.Ord) func(typeclass.Ord) bool

y > x

func Gt

func Gt(x typeclass.Ord) func(typeclass.Ord) bool

y > x

func Le

func Le(x typeclass.Ord) func(typeclass.Ord) bool

y <= x

func Lt

func Lt(x typeclass.Ord) func(typeclass.Ord) bool

y < x

func Mul

func Mul(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

x * y

func NotEq

func NotEq(x typeclass.Ord) func(typeclass.Ord) bool

y != x

func Prefix

func Prefix(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

x ++ y

func Sub

func Sub(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

y - x

func Suffix

func Suffix(x typeclass.Ord) func(typeclass.Ord) typeclass.Ord

y ++ x

Types

This section is empty.

Jump to

Keyboard shortcuts

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