instant-zipper-0.0.0: Heterogenous Zipper in Instant Generics

Generics.Instant.Zipper.Example.Dept

Synopsis

Documentation

type Salary = FloatSource

Datatype

data Dept Source

Constructors

D Manager [Employee] 

type RepDept_ = C Dept_D_ (:*: (Rec Manager) (Rec [Employee]))Source

Representation

data DeptFam a whereSource

Family

Instances

dept :: DeptSource

Example