type src.elv.sh/pkg/eval/vals.Pipe

16 uses

	src.elv.sh/pkg/eval/vals (current package)
		pipe.go#L12: type Pipe struct {
		pipe.go#L16: var _ interface{} = Pipe{}
		pipe.go#L19: func NewPipe(r, w *os.File) Pipe {
		pipe.go#L20: 	return Pipe{r, w}
		pipe.go#L24: func (Pipe) Kind() string {
		pipe.go#L29: func (p Pipe) Equal(rhs interface{}) bool {
		pipe.go#L30: 	q, ok := rhs.(Pipe)
		pipe.go#L38: func (p Pipe) Hash() uint32 {
		pipe.go#L44: func (p Pipe) Repr(int) string {

	src.elv.sh/pkg/eval
		builtin_fn_io.go#L834: func pipe() (vals.Pipe, error) {
		builtin_fn_io.go#L851: func prclose(p vals.Pipe) error {
		builtin_fn_io.go#L867: func pwclose(p vals.Pipe) error {
		compile_effect.go#L533: 	case vals.Pipe:

	src.elv.sh/pkg/eval/mods/file
		file.go#L95: func pipe() (vals.Pipe, error) {
		file.go#L110: func prclose(p vals.Pipe) error {
		file.go#L124: func pwclose(p vals.Pipe) error {