From ba95e3ceb2a2f5a166a3aed64f3b916599088df7 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 1 May 2021 19:08:48 +0000 Subject: [PATCH] Add common usage notes --- src/lib/Witch.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lib/Witch.hs b/src/lib/Witch.hs index eeea239..d5234ef 100644 --- a/src/lib/Witch.hs +++ b/src/lib/Witch.hs @@ -4,6 +4,10 @@ -- unqualified, so getting started is as easy as: -- -- >>> import Witch +-- +-- In typical usage, you will most likely use 'Witch.Utility.into' for +-- 'Witch.Cast.Cast' instances and 'With.Utility.tryInto' for +-- 'Witch.TryCast.TryCast' instances. module Witch ( -- * Type classes