Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FixPointUntil ¶
func FixPointUntil(f func(interface{}) interface{}, x interface{}, cond func(interface{}, interface{}) bool) interface{}
FixPointUntil represents a fixed-point combinator. It repeatedly call f with x until cond(x, f(x)) is true."
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.