clumpiness-0.17.0.0: Calculate the clumpiness of leaf properties in a tree

Safe HaskellSafe
LanguageHaskell2010

Math.Clumpiness.Types

Description

Collects all types used in the program

Documentation

data Pinpoint a b Source

Constructors

Pinpoint 

type ClumpList a = [(a, a, Double)] Source