sln_2016_22
Copyright(c) Eric Mertens 2021
LicenseISC
Maintaineremertens@gmail.com
Safe HaskellNone
LanguageHaskell2010

Main

Description

Documentation

data Node Source #

Constructors

Node 

Fields

Instances

Instances details
Show Node Source # 
Instance details

Defined in Main

Methods

showsPrec :: Int -> Node -> ShowS #

show :: Node -> String #

showList :: [Node] -> ShowS #

main :: IO () Source #

toArray :: [(Coord, a)] -> Array Coord a Source #