mirror of
https://github.com/tfausak/witch.git
synced 2024-11-22 14:58:13 +03:00
parent
5d78728453
commit
cf2a275865
@ -19,7 +19,7 @@ class From source target where
|
|||||||
-- > -- Avoid this:
|
-- > -- Avoid this:
|
||||||
-- > from (x :: s)
|
-- > from (x :: s)
|
||||||
-- >
|
-- >
|
||||||
-- > -- Prefer this:
|
-- > -- Prefer this (using [@TypeApplications@](https://downloads.haskell.org/~ghc/9.0.1/docs/html/users_guide/exts/type_applications.html) language extension):
|
||||||
-- > from @s x
|
-- > from @s x
|
||||||
--
|
--
|
||||||
-- The default implementation of this method simply calls 'Coerce.coerce',
|
-- The default implementation of this method simply calls 'Coerce.coerce',
|
||||||
|
Loading…
Reference in New Issue
Block a user