Add an empty line after the subsection title.
This commit is contained in:
parent
4c34a65f21
commit
5f8bf7c4e2
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ The opaque type corresponding to the predicate @racketlink[g:matrix-graph? "matr
|
|||
}
|
||||
|
||||
@subsection{Generic Graph Interface}
|
||||
|
||||
@defproc[(has-vertex? [g Graph] [v Any]) Boolean]{}
|
||||
@defproc[(has-edge? [g Graph] [u Any] [v Any]) Boolean]{}
|
||||
@defproc[(vertex=? [g Graph] [u Any] [v Any]) Boolean]{}
|
||||
|
|
Loading…
Reference in a new issue