Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. idempotencyField9 :: Idempotency -> !Bool

    persistent-test MigrationIdempotencyTest

    No documentation available.

  2. idTableKeyTableEmbed :: IdTableGeneric backend -> !Maybe IdTable

    persistent-test RenameTest

    No documentation available.

  3. idTableName :: IdTableGeneric backend -> !Text

    persistent-test RenameTest

    No documentation available.

  4. ident :: Parser String

    polyparse Text.ParserCombinators.HuttonMeijer

    No documentation available.

  5. identifier :: [String] -> Parser String

    polyparse Text.ParserCombinators.HuttonMeijer

    No documentation available.

  6. idleCallback :: SettableStateVar (Maybe IdleCallback)

    GLUT Graphics.UI.GLUT.Callbacks.Global

    Controls the global idle callback so a GLUT program can perform background processing tasks or continuous animation when window system events are not being received. If enabled, the idle callback is continuously called when events are not being received. The current window and current menu will not be changed before the idle callback. Programs with multiple windows and/or menus should explicitly set the current window and/or /current menu/ and not rely on its current setting. The amount of computation and rendering done in an idle callback should be minimized to avoid affecting the program's interactive response. In general, not more than a single frame of rendering should be done in an idle callback.

  7. idTrie :: HasTrie a => a :->: a

    MemoTrie Data.MemoTrie

    Identity trie

  8. idemElem :: EqProp a => (a -> a -> a) -> a -> Property

    checkers Test.QuickCheck.Checkers

    A binary function op is has an idempotent element x, i.e., x op x == x

  9. idempotent :: (Show a, Arbitrary a, EqProp a) => (a -> a) -> Property

    checkers Test.QuickCheck.Checkers

    The unary function f is idempotent, i.e., f . f == f

  10. idempotent2 :: (Show a, Arbitrary a, EqProp a) => (a -> a -> a) -> Property

    checkers Test.QuickCheck.Checkers

    A binary function op is idempotent, i.e., x op x == x, for all x

Page 293 of many | Previous | Next