Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
callStack :: AssertionFail -> CallStackskeletest Skeletest.Assertions No documentation available.
callStack :: AssertionFail -> CallStackskeletest Skeletest.Internal.TestRunner No documentation available.
forAll :: (HasCallStack, Show a) => Gen a -> PropertyM askeletest Skeletest.Prop.Internal No documentation available.
naturalList :: Listable f => f a b -> Free (XNor a) byaya Yaya.Experimental.Foldable No documentation available.
approxAll :: Approx a => Nat -> a -> aChasingBottoms Test.ChasingBottoms.Approx approxAll n x traverses n levels down in x and replaces all values at that level with bottoms.
type
CharCallback = Window -> Char -> IO ()GLFW-b Graphics.UI.GLFW Fires when a complete character codepoint is typed by the user, Shift then "b" generates B.
type
CharModsCallback = Window -> Char -> ModifierKeys -> IO ()GLFW-b Graphics.UI.GLFW Similar to CharCallback, fires when a complete unicode codepoint is typed by the user.
type
CursorEnterCallback = Window -> CursorState -> IO ()GLFW-b Graphics.UI.GLFW Fires when the cursor enters or exits the client area of the window.
type
CursorPosCallback = Window -> Double -> Double -> IO ()GLFW-b Graphics.UI.GLFW Fires every time the cursor position changes. Sub-pixel accuracy is used, when available.
type
DropCallback = Window -> [String] -> IO ()GLFW-b Graphics.UI.GLFW A callback that allows for drag and drop support.