From 864fb08564cef28f1815c2323abd1149f8a97986 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 2 Jan 2022 14:51:37 +0100 Subject: [PATCH] manual: Alignment in bfs/generalized. --- manual.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual.scrbl b/manual.scrbl index 8a9f371..00a17e0 100644 --- a/manual.scrbl +++ b/manual.scrbl @@ -140,7 +140,7 @@ Graph properties are not supported. (λ (G s v acc) acc)] [#:return finish (-> Graph Any Any Any) (λ (G s acc) acc)] -) Any]{} + ) Any]{} @defproc[(fewest-vertices-path [g Graph] [source Any] [target Any]) (U (Listof Any) False)]{} @section{License}