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.
idempotencyField9 :: Idempotency -> !Boolpersistent-test MigrationIdempotencyTest No documentation available.
idTableKeyTableEmbed :: IdTableGeneric backend -> !Maybe IdTablepersistent-test RenameTest No documentation available.
idTableName :: IdTableGeneric backend -> !Textpersistent-test RenameTest No documentation available.
-
polyparse Text.ParserCombinators.HuttonMeijer No documentation available.
identifier :: [String] -> Parser Stringpolyparse Text.ParserCombinators.HuttonMeijer No documentation available.
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.
idTrie :: HasTrie a => a :->: aMemoTrie Data.MemoTrie Identity trie
idemElem :: EqProp a => (a -> a -> a) -> a -> Propertycheckers Test.QuickCheck.Checkers A binary function op is has an idempotent element x, i.e., x op x == x
idempotent :: (Show a, Arbitrary a, EqProp a) => (a -> a) -> Propertycheckers Test.QuickCheck.Checkers The unary function f is idempotent, i.e., f . f == f
idempotent2 :: (Show a, Arbitrary a, EqProp a) => (a -> a -> a) -> Propertycheckers Test.QuickCheck.Checkers A binary function op is idempotent, i.e., x op x == x, for all x