Documentation
¶
Overview ¶
package readerresult implements a specialization of the Reader monad assuming a golang context as the context of the monad and a standard golang error
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Command executes a command // use this version if the command does not produce any side effect, i.e. if the output is uniquely determined by by the input // typically you'd rather use the ReaderIOEither version of the command Command = function.Curry3(command) )
Functions ¶
This section is empty.
Types ¶
type ReaderResult ¶
type ReaderResult[T any] = readerresult.ReaderResult[T]
Click to show internal directories.
Click to hide internal directories.