From 8c3ad744859d46bd89666ba0a70b9190cad27f14 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Tue, 13 Jul 2021 10:46:42 -0400 Subject: [PATCH] Fix indentation in documentation --- src/lib/Witch.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Witch.hs b/src/lib/Witch.hs index 2513baa..5055d22 100644 --- a/src/lib/Witch.hs +++ b/src/lib/Witch.hs @@ -161,8 +161,8 @@ module Witch -- - Conversions should be lossless. If you have @From a b@ then no two @a@ -- values should be converted to the same @b@ value. -- - -- - Some conversions necessarily lose information, like converting from a - -- list into a set. + -- - Some conversions necessarily lose information, like converting from + -- a list into a set. -- -- - If you have both @From a b@ and @From b a@, then -- @from \@b \@a . from \@a \@b@ should be the same as 'id'. In other