Haddock is not Markdown

This commit is contained in:
Taylor Fausak 2021-05-28 19:04:18 -04:00 committed by GitHub
parent 6dfecf703e
commit c7709cd82e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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