Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
formatShips :: (Int, Int) -> [Ship] -> Stringbattleship-combinatorics Combinatorics.Battleship.Enumeration No documentation available.
formatAbsDistr :: (Int, Int) -> Map (Int, Int) Word64 -> Stringbattleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
formatBoard :: (Int, Int) -> Map (Int, Int) Bool -> Stringbattleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
formatDistr :: (Int, Int) -> Map (Int, Int) Float -> Stringbattleship-combinatorics Combinatorics.Battleship.SetCover No documentation available.
-
beam-migrate Database.Beam.Migrate.SQL.SQL92 Emit a FOREIGN KEY (cols) REFERENCES tbl (refCols) table constraint. Use addTableForeignKey to attach a foreign key to a schema definition.
-
beam-migrate Database.Beam.Migrate.Types Expand a foreign-key accessor into its constituent column-name references, for use with addTableIndex. Example:
data UserT f = User { userId :: C f Int32 , userName :: C f Text } instance Table UserT where newtype PrimaryKey UserT f = UserId (C f Int32) primaryKey (User {userId = i}) = UserId i data OrderT f = Order { orderUser :: PrimaryKey UserT f , orderDate :: C f Day }addTableIndex "idx_orders_user" indexOptions (\t -> foreignKeyColumns orderUser t)
Can be combined with selectorColumnName for composite indices. -
blank-canvas Graphics.Blank.Style #228B22, rgb(34, 139, 34), hsl(120, 61%, 34%)
-
blaze-svg Text.Blaze.Svg11 Combinator for the <foreignObject> element.
format :: AttributeValue -> Attributeblaze-svg Text.Blaze.Svg11.Attributes Combinator for the format attribute.
forceMergeIndex :: MonadBH m => IndexSelection -> ForceMergeIndexSettings -> m ShardsResultbloodhound Database.Bloodhound.Common.Client forceMergeIndex The force merge API allows to force merging of one or more indices through an API. The merge relates to the number of segments a Lucene index holds within each shard. The force merge operation allows to reduce the number of segments by merging them. This call will block until the merge is complete. If the http connection is lost, the request will continue in the background, and any new requests will block until the previous force merge is complete.