Documentation ¶
Index ¶
- func Bsearch(x typeclass.Ord, xs []typeclass.Ord) int
- func Delete(x typeclass.Ord, xs []typeclass.Ord) []typeclass.Ord
- func DeleteBy(f func(typeclass.Ord) bool, xs []typeclass.Ord) []typeclass.Ord
- func Elem(x typeclass.Ord, xs []typeclass.Ord) typeclass.Ord
- func ElemIndex(x typeclass.Ord, xs []typeclass.Ord) int
- func Filter(f func(typeclass.Ord) bool, xs []typeclass.Ord) []typeclass.Ord
- func FoldWhile(f func(typeclass.Ord, interface{}) bool, x interface{}, xs []typeclass.Ord) interface{}
- func Foldl(f functor.FoldFunc, x interface{}, xs []typeclass.Ord) interface{}
- func Foldr(f functor.FoldFunc, x interface{}, xs []typeclass.Ord) interface{}
- func Map(f functor.MapFunc, xs []typeclass.Ord) []typeclass.Ord
- func Nub(xs []typeclass.Ord) []typeclass.Ord
- func Push(x typeclass.Ord, xs []typeclass.Ord) []typeclass.Ord
- func Qsort(xs []typeclass.Ord) []typeclass.Ord
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.