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.

  1. callStack :: AssertionFail -> CallStack

    skeletest Skeletest.Assertions

    No documentation available.

  2. callStack :: AssertionFail -> CallStack

    skeletest Skeletest.Internal.TestRunner

    No documentation available.

  3. forAll :: (HasCallStack, Show a) => Gen a -> PropertyM a

    skeletest Skeletest.Prop.Internal

    No documentation available.

  4. naturalList :: Listable f => f a b -> Free (XNor a) b

    yaya Yaya.Experimental.Foldable

    No documentation available.

  5. approxAll :: Approx a => Nat -> a -> a

    ChasingBottoms Test.ChasingBottoms.Approx

    approxAll n x traverses n levels down in x and replaces all values at that level with bottoms.

  6. 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.

  7. 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.

  8. type CursorEnterCallback = Window -> CursorState -> IO ()

    GLFW-b Graphics.UI.GLFW

    Fires when the cursor enters or exits the client area of the window.

  9. 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.

  10. type DropCallback = Window -> [String] -> IO ()

    GLFW-b Graphics.UI.GLFW

    A callback that allows for drag and drop support.

Page 630 of many | Previous | Next