RoRo-0.1: Lupupu Cube Stage SolverContentsIndex
Game.LupupuCube.Graph
Description

An efficient implementation of Graph using big-endian patricia tree (i.e. Data.IntMap).

This module provides the following specialised functions to gain more performance, using GHC's RULES pragma:

  • insNode
  • insEdge
  • gmap
  • nmap
  • emap
Documentation
data Gr a b
show/hide Instances
Graph Gr
DynGraph Gr
type UGr = Gr () ()
Produced by Haddock version 2.1.0