Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { fmt.Stringer Domain() object.Parent // Domain returns the domain. Codomain() object.Parent // Codomain returns the codomain. Evaluate(x object.Element) (object.Element, error) // Evaluate returns the image of x. }
Interface defines the interface satisfied by a map between parents.
Click to show internal directories.
Click to hide internal directories.