Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getVar :: Function -> Index -> IO Typebinaryen Binaryen.Function No documentation available.
-
blank-canvas Graphics.Blank.Font Specifies the face of a Font.
fontVariant :: Font -> FontVariantblank-canvas Graphics.Blank.Font No documentation available.
fontVariant :: AttributeValue -> Attributeblaze-svg Text.Blaze.Svg11.Attributes Combinator for the font-variant attribute.
atomicUpdMutVar :: IORef a -> (a -> (a, b)) -> IOEnv env bbreakpoint Debug.Breakpoint.GhcFacade Atomically update the reference. Does not force the evaluation of the new variable contents. For strict update, use atomicUpdMutVar'.
atomicUpdMutVar' :: IORef a -> (a -> (a, b)) -> IOEnv env bbreakpoint Debug.Breakpoint.GhcFacade Strict variant of atomicUpdMutVar.
getConstraintVar :: TcM (TcRef WantedConstraints)breakpoint Debug.Breakpoint.GhcFacade No documentation available.
newMutVar :: a -> IOEnv env (IORef a)breakpoint Debug.Breakpoint.GhcFacade No documentation available.
readMutVar :: IORef a -> IOEnv env abreakpoint Debug.Breakpoint.GhcFacade No documentation available.
setConstraintVar :: TcRef WantedConstraints -> TcM a -> TcM abreakpoint Debug.Breakpoint.GhcFacade No documentation available.