Hoogle Search
Within LTS Haskell 24.35 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
more-containers Data.Multiset O(m) Returns the Set of all distinct elements in the multiset.
camelCaseTypeName :: forall (t :: NAME) . [Name t] -> TypeName -> TypeNamemorpheus-graphql-code-gen-utils Data.Morpheus.CodeGen.Utils No documentation available.
tlsClientSockSettings :: TLSClientConfig -> Maybe SockSettingsnetwork-conduit-tls Data.Conduit.Network.TLS Socks configuration; default is Nothing. If absent, Socks will not be used. Since 1.0.2
tlsClientTLSSettings :: TLSClientConfig -> TLSSettingsnetwork-conduit-tls Data.Conduit.Network.TLS TLS settings to use. If not provided, defaults will be provided. Since 1.0.2
tlsClientUseTLS :: TLSClientConfig -> Boolnetwork-conduit-tls Data.Conduit.Network.TLS Default is True. If set to False, will make a non-TLS connection. Since 1.0.2
-
odbc Database.ODBC.SQLServer Use this type to discard the timeZoneMinutes and timeZoneName components of a ZonedTime. https://docs.microsoft.com/en-us/sql/t-sql/data-types/datetimeoffset-transact-sql?view=sql-server-2017
Datetimeoffset :: ZonedTime -> Datetimeoffsetodbc Database.ODBC.SQLServer No documentation available.
unDatetimeoffset :: Datetimeoffset -> ZonedTimeodbc Database.ODBC.SQLServer No documentation available.
-
It is recommended to import this module qualified to avoid name conflicts with functions from the Prelude. Enabling OverloadedStrings will allow declaring CharSets using string literal syntax.
{-# LANGUAGE OverloadedStrings #-} import qualified Data.CharSet as CS vowels :: CS.CharSet vowels = "aeiou" -
parser-regex Data.CharSet A set of Chars. The members are stored as contiguous ranges of Chars. This is efficient when the members form contiguous ranges since many Chars can be represented with just one range.