singletons-th-3.2: A framework for generating singleton types
Safe HaskellSafe-Inferred
LanguageGHC2021

Data.Singletons.TH.SuppressUnusedWarnings

Synopsis

Documentation

class SuppressUnusedWarnings (t :: k) where Source #

This class (which users should never see) is to be instantiated in order to use an otherwise-unused data constructor, such as the "kind-inference" data constructor for defunctionalization symbols.