Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
tryRead :: forall (m :: Type -> Type) a e . (Monad m, Read a) => e -> String -> ExceptT e m aerrors Control.Error.Safe peekRead :: Read a => Peeker e ahslua-marshalling HsLua.Marshalling Retrieves a value by getting a String from Lua, then using readMaybe to convert the String into a Haskell value.
peekRead :: Read a => Peeker e ahslua-marshalling HsLua.Marshalling.Peekers Retrieves a value by getting a String from Lua, then using readMaybe to convert the String into a Haskell value.
-
HsOpenSSL OpenSSL.PEM The callback was called to get a password to read something encrypted.
-
HsOpenSSL OpenSSL.Session needs more data from the network
lazyRead :: SSL -> IO ByteStringHsOpenSSL OpenSSL.Session Lazily read all data until reaching EOF. If the connection dies without a graceful SSL shutdown, an exception is raised.
tryRead :: SSL -> Int -> IO (SSLResult ByteString)HsOpenSSL OpenSSL.Session Try to read the given number of bytes from an SSL connection without blocking. NOTE: The returned bytestring could be shorter than the size requested, see: https://www.openssl.org/docs/man3.0/man3/SSL_read.html
tryReadPtr :: SSL -> Ptr a -> Int -> IO (SSLResult Int)HsOpenSSL OpenSSL.Session Try to read some data into a raw pointer buffer, without blocking.
onreadystatechange_ :: Text -> Attributelucid Lucid.Html5 The onreadystatechange attribute.
midspread :: Vector v Double => ContParam -> Int -> v Double -> Doublestatistics Statistics.Quantile O(n·log n). Estimate the range between q-quantiles 1 and q-1 of a sample x, using the continuous sample method with the given parameters. For instance, the interquartile range (IQR) can be estimated as follows:
midspread medianUnbiased 4 (U.fromList [1,1,2,2,3]) ==> 1.333333