penny-lib-0.12.0.0: Extensible double-entry accounting system - library

Safe HaskellSafe-Inferred

Penny.Lincoln.Family.Child

Synopsis

Documentation

data Child p c Source

A Child has at least one sibling and a parent.

Constructors

Child 

Fields

child :: c
 
sibling1 :: c
 
siblings :: [c]
 
parent :: p
 

Instances

(Show p, Show c) => Show (Child p c)