GitXplorerGitXplorer
e

lens-process

public
8 stars
3 forks
0 issues

Commits

List of commits on branch master.
Verified
75f9d1c0fd7e451e5983f16ada6db2791560a968

Update README.md

eemilypi committed 4 years ago
Verified
d42a2e3ad31f9c5263a5a72eae1aedacf1a04505

Update README.md

eemilypi committed 4 years ago
Verified
6fdcc5fc33225fd9fce067194d14c7ebc117712c

Merge pull request #1 from emilypi/haircut-4

eemilypi committed 4 years ago
Unverified
36195f8b74ed8b8e98a7dde965c47c155baf18be

update copyright

eemilypi committed 4 years ago
Unverified
0ba3efae5e4ef5584ab055f1cad9900fa6861542

amend ghc versions

eemilypi committed 4 years ago
Unverified
d7aa33bb5936b648eb0e6b7c1d6ad6f3a102c552

remove microlens-process dir

eemilypi committed 4 years ago

README

The README file for this repository.

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.