Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
nothunks NoThunks.Class Newtype wrapper for values that should be allowed to be a thunk This should be used VERY sparingly, and should ONLY be used on values (or, even rarer, types) which you are SURE cannot retain any data that they shouldn't. Bear in mind allowing a value of type T to be a thunk might cause a value of type S to be retained if T was computed from S.
AllowThunk :: a -> AllowThunk anothunks NoThunks.Class No documentation available.
newtype
AllowThunksIn (fields :: [Symbol]) anothunks NoThunks.Class Newtype wrapper for records where some of the fields are allowed to be thunks. Example:
deriving via AllowThunksIn '["foo","bar"] T instance NoThunks T
This will create an instance that skips the thunk checks for the "foo" and "bar" fields.AllowThunksIn :: a -> AllowThunksIn (fields :: [Symbol]) anothunks NoThunks.Class No documentation available.
AllContentTypes :: ShowContentTypesservant-docs Servant.Docs For each example, show each content type.
AllContentTypes :: ShowContentTypesservant-docs Servant.Docs.Internal For each example, show each content type.
class
AllHeaderSamples (ls :: k)servant-docs Servant.Docs.Internal No documentation available.
AllowDirectContext :: DirectRenderingGLUT Graphics.UI.GLUT.Initialization Try to use direct rendering, silently using indirect rendering if this is not possible.
-
dhall Dhall.Freeze Freeze all imports (including paths and environment variables)
-
doctemplates Text.DocTemplates.Internal No documentation available.