graphs-0.7: A simple monadic graph library

Copyright(C) 2011 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitytype families
Safe HaskellSafe
LanguageHaskell98

Data.Graph.AdjacencyMatrix

Description

 

Documentation

newtype AdjacencyMatrix arr i a Source

Constructors

AdjacencyMatrix 

Fields

runAdjacencyMatrix :: arr (i, i) Bool -> a
 

ask :: AdjacencyMatrix arr i (arr (i, i) Bool) Source