hmt-0.16: Haskell Music Theory

Safe HaskellNone
LanguageHaskell98

Music.Theory.Graph.Deacon_1934

Contents

Description

Geometrical Drawings

A. Bernard Deacon and Camilla H. Wedgwood. “Geometrical Drawings from Malekula and Other Islands of the New Hebrides”. The Journal of the Royal Anthropological Institute of Great Britain and Ireland, 64:129—175, 1934.

Synopsis

Documentation

gen_graph :: Ord v => [DOT_ATTR] -> GR_PP v e -> [EDGE_L v e] -> [String] Source #

gen_graph_ul :: Ord v => [DOT_ATTR] -> (v -> String) -> [EDGE v] -> [String] Source #

gen_digraph :: Ord v => [DOT_ATTR] -> GR_PP v e -> [EDGE_L v e] -> [String] Source #

E

D

A

wr :: G -> IO () Source #