Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
xmonad-contrib XMonad.Layout.BinarySpacePartition No documentation available.
class
EQF (f :: Type -> Type) axmonad-contrib XMonad.Layout.ZoomRow Class for equivalence relations. Must be transitive, reflexive.
-
yi-mode-haskell Yi.Lexer.Haskell No documentation available.
-
yi-mode-javascript Yi.Lexer.JavaScript No documentation available.
-
yi-mode-javascript Yi.Lexer.JavaScript No documentation available.
eq1 :: (Eq1 f, Eq a) => f a -> f a -> Boolbase Data.Functor.Classes Lift the standard (==) function through the type constructor.
eq2 :: (Eq2 f, Eq a, Eq b) => f a b -> f a b -> Boolbase Data.Functor.Classes Lift the standard (==) function through the type constructor.
eqStableName :: StableName a -> StableName b -> Boolbase System.Mem.StableName Equality on StableName that does not require that the types of the arguments match.
eqTypeRep :: forall k1 k2 (a :: k1) (b :: k2) . TypeRep a -> TypeRep b -> Maybe (a :~~: b)base Type.Reflection Type equality
eqArray :: (Ix i, Eq e) => Array i e -> Array i e -> Boolbase GHC.Arr No documentation available.