Hoogle Search
Within LTS Haskell 24.5 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
foundation Foundation.Network.IPv4 "0.0.0.0"
-
foundation Foundation.Network.IPv6 equivalent to `::`
-
ip Net.IPv4 The IP address representing any host.
>>> IPv4.any ipv4 0 0 0 0
-
ip Net.IPv6 The IP address representing any host.
>>> IPv6.any ipv6 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000 0x0000
any :: (a -> Bool) -> [a] -> Boolprelude-compat Data.List2010 No documentation available.
any :: (a -> Bool) -> [a] -> Boolprelude-compat Prelude2010 No documentation available.
any :: (a -> Bool) -> Vector a -> Boolrebase Rebase.Data.Vector No documentation available.
any :: Vector v a => (a -> Bool) -> v a -> Boolrebase Rebase.Data.Vector.Generic No documentation available.
any :: Prim a => (a -> Bool) -> Vector a -> Boolrebase Rebase.Data.Vector.Primitive No documentation available.
any :: Storable a => (a -> Bool) -> Vector a -> Boolrebase Rebase.Data.Vector.Storable No documentation available.