orphans-deriving-via-0.1.0.2: Orphan instances for the base-deriving-via hooks
Safe HaskellSafe-Inferred
LanguageHaskell2010

Data.DerivingVia.NoThunks

Description

GHC.Generics definition of NoThunks

Orphan instances

(Generic a, GShowTypeOf (Rep a), GWNoThunks ('[] ∷ [Symbol]) (Rep a)) ⇒ NoThunks (InstantiatedAt Generic a) Source #

Copied from the NoThunks.Class default method definitions

Instance details