mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
Move TryCastException
to data type section
This commit is contained in:
parent
6f1c2e671a
commit
263c86d4e8
@ -6,6 +6,7 @@
|
||||
-- >>> import Witch
|
||||
module Witch
|
||||
( -- * Type classes
|
||||
|
||||
-- ** Cast
|
||||
Witch.Cast.Cast(cast)
|
||||
, Witch.Utility.from
|
||||
@ -15,7 +16,6 @@ module Witch
|
||||
, Witch.TryCast.TryCast(tryCast)
|
||||
, Witch.Utility.tryFrom
|
||||
, Witch.Utility.tryInto
|
||||
, Witch.TryCastException.TryCastException(..)
|
||||
|
||||
-- * Utilities
|
||||
, Witch.Utility.as
|
||||
@ -49,6 +49,8 @@ module Witch
|
||||
, Witch.Lift.liftedInto
|
||||
|
||||
-- * Data types
|
||||
, Witch.TryCastException.TryCastException(..)
|
||||
|
||||
-- ** Casting
|
||||
, Witch.Casting.Casting(Casting)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user