hmt-0.20: Haskell Music Theory
Safe HaskellSafe-Inferred
LanguageHaskell2010

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] -> Graph_Pp v e -> [Edge_Lbl v e] -> [String] Source #

gen_graph_ul :: Ord v => [Dot_Attr] -> (v -> String) -> [Edge v] -> [String] Source #

gen_digraph :: Ord v => [Dot_Attr] -> Graph_Pp v e -> [Edge_Lbl v e] -> [String] Source #

E

D

A

wr :: G -> IO () Source #