pointless-lenses-0.0.7: Pointless Lenses library

Portabilitynon-portable
Stabilityexperimental
Maintainerhpacheco@di.uminho.pt

Generics.Pointless.Lenses.Examples.Imdb

Contents

Description

Pointless Lenses: bidirectional lenses with point-free programming

Internet Movie Database example

Synopsis

Documentation

type Imdb = ([Show], [Actor])Source

type TV = [Season]Source

type Actor = (Name, [Played])Source

type Played = (((Year, Title), Role), [Award])Source

Specification

Optimization