Hoogle Search
Within LTS Haskell 24.10 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
esqueleto Database.Esqueleto.Legacy Get just the first record for the criterion.
ascNullsFirst :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderByesqueleto Database.Esqueleto.PostgreSQL Ascending order of this field or SqlExpression with nulls coming first.
descNullsFirst :: PersistField a => SqlExpr (Value a) -> SqlExpr OrderByesqueleto Database.Esqueleto.PostgreSQL Descending order of this field or SqlExpression with nulls coming first. Note that this is the same as normal ascending ordering in Postgres, but it has been included for completeness.
holdFirst :: forall a (m :: Type -> Type) . (Data a, Monad m) => Cell m a aessence-of-live-coding LiveCoding.Cell.Util Hold the first value and output it indefinitely.
CompactGetFirstBlockOp :: PrimOpghc-lib-parser GHC.Builtin.PrimOps No documentation available.
replaceFirstNode :: forall n (x :: Extensibility) . Block n C x -> n C O -> Block n C xghc-lib-parser GHC.Cmm.Dataflow.Block No documentation available.
toBlockListEntryFirst :: CmmGraph -> [CmmBlock]ghc-lib-parser GHC.Cmm.Utils like toBlockList, but the entry block always comes first
toBlockListEntryFirstFalseFallthrough :: CmmGraph -> [CmmBlock]ghc-lib-parser GHC.Cmm.Utils Like toBlockListEntryFirst, but we strive to ensure that we order blocks so that the false case of a conditional jumps to the next block in the output list of blocks. This matches the way OldCmm blocks were output since in OldCmm the false case was a fallthrough, whereas in Cmm conditional branches have both true and false successors. Block ordering can make a big difference in performance in the LLVM backend. Note that we rely crucially on the order of successors returned for CmmCondBranch by the NonLocal instance for CmmNode defined in GHC.Cmm.Node. -GBM
getFirstAnnotations :: Typeable a => ([Word8] -> a) -> ModGuts -> CoreM (ModuleEnv a, NameEnv a)ghc-lib-parser GHC.Core.Opt.Monad Get at most one annotation of a given type per annotatable item.
-
ghc-lib-parser GHC.Data.Word64Map.Internal Map contravariantly over a WhenMatched f _ y z.