Hoogle Search
Within Stackage Nightly 2025-10-08 (ghc-9.12.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
autoDbSettings' :: GAutoDbSettings x => xbeam-core Database.Beam.Schema.Tables No documentation available.
-
beam-core Database.Beam.Schema.Tables Return a TableSettings for the appropriate table type where each column has been given its default name. See the manual for information on the default naming convention.
-
beam-core Database.Beam.Schema.Tables Automatically provide names for tables, and descriptions for tables (using defTblFieldSettings). Your database must implement Generic, and must be auto-derivable. For more information on name generation, see the manual
gDefTblFieldSettings :: GDefaultTableFieldSettings x => Proxy x -> xbeam-core Database.Beam.Schema.Tables No documentation available.
offset :: ParseError -> ByteOffsetbinary-conduit Data.Conduit.Serialization.Binary Number of bytes consumed from single stream input value.
offset :: Slice (arr :: Type -> Type) a -> {-# UNPACK #-} !Intcontiguous Data.Primitive.Contiguous.Class No documentation available.
offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Intcontiguous Data.Primitive.Contiguous.Class No documentation available.
insertSet :: Ord a => a -> [a] -> [a]data-ordlist Data.List.Ordered The insertSet function inserts an element into an ordered list. If the element is already there, then the element replaces the existing element.
insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]data-ordlist Data.List.Ordered The insertSetBy function is the non-overloaded version of insertSet.
subset :: Ord a => [a] -> [a] -> Booldata-ordlist Data.List.Ordered The subset function returns true if the first list is a sub-list of the second.