exec

package
v2.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

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]

type Result

type Result[T any] = result.Result[T]

Jump to

Keyboard shortcuts

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