Super-monster patch implementing the new typechecker -- at last
[ghc-hetmet.git] / compiler / utils / Digraph.lhs
index a2bb215..2ed3933 100644 (file)
@@ -76,7 +76,7 @@ Note [Nodes, keys, vertices]
 
 \begin{code}
 data Graph node = Graph { 
-    gr_int_graph :: IntGraph,
+    gr_int_graph      :: IntGraph,
     gr_vertex_to_node :: Vertex -> node,
     gr_node_to_vertex :: node -> Maybe Vertex
   }