Popularity
4.6
Declining
Activity
0.0
Stable
8
2
3

Monthly Downloads: 41
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: System    
Latest version: v0.3.0.1

lens-process alternatives and similar packages

Based on the "System" category.
Alternatively, view lens-process alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of lens-process or a related project?

Add another 'System' Package

README

lens-process

Hackage Build Status

This package is intended to be minimalistic, with few dependencies aside from lens. For full disclosure, this is the minimal dependency graph of lens-process:

lens-process dependencies

Motivation

lens-process provides optics for the process package. These optics provide convenient lenses, traversals, and prisms, as well as classy variants for significant classifiable portions of the library for convenience. In addition, we provide some combinators for working with CreateProcess types. The intention of this package is to create a well-typed optical layer for process, reflecting the shape of certain types of commands at the type level.