From c7709cd82e333442ff304c72f08647ed601d88eb Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 28 May 2021 19:04:18 -0400 Subject: [PATCH] Haddock is not Markdown --- src/lib/Witch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Witch.hs b/src/lib/Witch.hs index 171349e..2513baa 100644 --- a/src/lib/Witch.hs +++ b/src/lib/Witch.hs @@ -221,7 +221,7 @@ module Witch -- -- - The @From@ type class works great for specific pairs of types, but can -- get confusing when it's polymorphic. For example if you have some - -- function with a `From s t` constraint, that doesn't really tell you + -- function with a @From s t@ constraint, that doesn't really tell you -- anything about what it's doing. ) where