@hackage / microlens-process

Micro-optics for the process library

Latest0.2.0.2

About

Metadata

  • Last updated , by topos
  • License BSD-3-Clause
  • Categories Systems Programming
  • Maintained by: emilypi@cohomolo.gy

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Tested Compilers

  1. 8.10.2
  2. 8.8.4
  3. 8.6.5
  4. 8.4.4
  5. 8.2.2

Readme

microlens-process

Hackage Build Status

This package is intended to be on the lighter side, with few dependencies aside from microlens.

Motivation

microlens-process provides optics for the process package. These optics provide convenient lenses, 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. For instance, consider the following:

For a fuller and more well-typed layer, see lens-process

microlens-process dependencies