From c71a0a7808a017feaf57139554c4c9a3252b456b Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Fri, 30 Apr 2021 13:52:29 -0400 Subject: [PATCH] Improve documentation for `over` --- src/lib/Witch/Utility.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Witch/Utility.hs b/src/lib/Witch/Utility.hs index 7988ecd..7bad03f 100644 --- a/src/lib/Witch/Utility.hs +++ b/src/lib/Witch/Utility.hs @@ -60,7 +60,7 @@ into = Cast.cast -- that only works with one of them. -- -- > -- Avoid this: --- > from @t . f . from @s +-- > from @t . f . into @t -- > -- > -- Prefer this: -- > over @t f