Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snowleopard committed Mar 3, 2017
1 parent 036bfda commit 1c1a052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library.tex
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
induce :: Graph g => (Vertex g -> Bool) -> GraphMonad (Vertex g) -> g
removeVertex :: (Graph g, Eq (Vertex g)) => Vertex g -> GraphMonad (Vertex g) -> g
splitVertex :: (Graph g, Eq (Vertex g)) => Vertex g -> [Vertex g] -> GraphMonad (Vertex g) -> g
removeEdge :: (Graph g, Eq (Vertex g)) => Vertex g -> Vertex g -> GraphMonad (Vertex g) -> g
removeEdge :: (Graph g, Eq (Vertex g)) => Vertex g -> Vertex g -> RemoveEdge (Vertex g) -> g
box :: (Graph g, Vertex g @\teq@ (u, v)) => GraphFunctor u -> GraphFunctor v -> g
deBruijn :: (Graph g, Vertex g @\teq@ [a]) => Int -> [a] -> g
\end{minted}
Expand Down

0 comments on commit 1c1a052

Please sign in to comment.