Update parser-typechecker/src/Unison/Server/Doc/AsHtml.hs

Co-authored-by: Chris Penner <christopher.penner@gmail.com>
This commit is contained in:
Simon Højberg 2021-10-22 11:42:03 -04:00 committed by GitHub
parent cab30a0283
commit 481a25b3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,7 +98,7 @@ normalizeHref href doc =
Group d_ ->
normalizeHref href d_
Join ds ->
foldl normalizeHref href ds
foldl' normalizeHref href ds
Special (Link syntax) ->
let folder acc seg =
case acc of