Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
liquidhaskell-boot Liquid.GHC.API No documentation available.
-
liquidhaskell-boot Liquid.GHC.API Determines the form of possessive appropriate for the length of a list:
itsOrTheir [x] = text "its" itsOrTheir [x,y] = text "their" itsOrTheir [] = text "their" -- probably avoid this
-
liquidhaskell-boot Liquid.GHC.API Determines the form of subject appropriate for the length of a list:
thisOrThese [x] = text "This" thisOrThese [x,y] = text "These" thisOrThese [] = text "These" -- probably avoid this
AscDescSortBy :: AExpr -> Maybe AscDesc -> Maybe NullsOrder -> SortBypostgresql-syntax PostgresqlSyntax.Ast No documentation available.
UsingSortBy :: AExpr -> QualAllOp -> Maybe NullsOrder -> SortBypostgresql-syntax PostgresqlSyntax.Ast No documentation available.
-
A stable adaptive mergesort implementation A stable adaptive mergesort implementation.
-
A stable adaptive mergesort implementation. The merging strategy used is "2-merge" as described by
- Sam Buss, Alexander Knop, "Strategies for Stable Merge Sorting", 2018, https://arxiv.org/abs/1801.04641
KUserSort :: String -> Maybe [String] -> Kindsbv Data.SBV No documentation available.
isUserSort :: HasKind a => a -> Boolsbv Data.SBV No documentation available.
mkUninterpretedSort :: Name -> Q [Dec]sbv Data.SBV Make an uninterpred sort.