Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
NoTermInTypes :: IsTermInTypesghc-lib GHC.Rename.Unbound No documentation available.
pattern
NOTEQUAL :: (Eq a, Num a) => ajsaddle-dom JSDOM.Generated.WebGLRenderingContextBase No documentation available.
-
yi-mode-javascript Yi.Lexer.JavaScript No documentation available.
-
yi-mode-javascript Yi.Lexer.JavaScript No documentation available.
binotElem :: (Bifoldable t, Eq a) => a -> t a a -> Boolbase Data.Bifoldable binotElem is the negation of bielem.
Examples
Basic usage:>>> binotElem 42 (17, 42) False
>>> binotElem 42 (17, 43) True
>>> binotElem 42 (Left 42) False
>>> binotElem 42 (Right 13) True
>>> binotElem 42 (BiList [1..5] [1..100]) False
>>> binotElem 42 (BiList [1..5] [1..41]) True
-
base Foreign.C.Error No documentation available.
doesNotExistErrorType :: IOErrorTypebase System.IO.Error I/O error where the operation failed because one of its arguments does not exist.
isDoesNotExistError :: IOError -> Boolbase System.IO.Error An error indicating that an IO operation failed because one of its arguments does not exist.
isDoesNotExistErrorType :: IOErrorType -> Boolbase System.IO.Error I/O error where the operation failed because one of its arguments does not exist.
-
unliftio UnliftIO.Foreign No documentation available.