Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. _piserShared :: PieSeries -> Series

    xlsx Codec.Xlsx.Types.Drawing.Chart

    No documentation available.

  2. _scserShared :: ScatterSeries -> Series

    xlsx Codec.Xlsx.Types.Drawing.Chart

    No documentation available.

  3. frmdShared :: FormulaData -> Maybe (SharedFormulaIndex, SharedFormulaOptions)

    xlsx Codec.Xlsx.Types.Internal.FormulaData

    No documentation available.

  4. MkSharedStringState :: Map Text Int -> SharedStringState

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

  5. initialSharedString :: SharedStringState

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

  6. upsertSharedString :: MonadState SharedStringState m => Text -> m (Text, Int)

    xlsx Codec.Xlsx.Writer.Internal.Stream

    No documentation available.

  7. writeXlsxWithSharedStrings :: forall (m :: Type -> Type) . (MonadThrow m, PrimMonad m) => SheetWriteSettings -> Map Text Int -> ConduitT () Row m () -> ConduitT () ByteString m Word64

    xlsx Codec.Xlsx.Writer.Stream

    This write Excel file with a shared strings lookup table. It appears that it is optional. Failed lookups will result in valid xlsx. There are several conditions on shared strings,

    1. Every text to int is unique on both text and int.
    2. Every Int should have a gap no greater than 1. [("xx", 3), ("yy", 4)] is okay, whereas [("xx", 3), ("yy", 5)] is not.
    3. It's expected this starts from 0.
    Use sharedStringsStream to get a good shared strings table. This is provided because the user may have a more efficient way of constructing this table than the library can provide, for example through database operations.

  8. class MsgShared a

    LambdaHack Game.LambdaHack.Client.UI.Msg

    No documentation available.

  9. toMsgShared :: MsgShared a => [(String, Color)] -> a -> Text -> Msg

    LambdaHack Game.LambdaHack.Client.UI.Msg

    No documentation available.

  10. permuteShare :: [a] -> [[a]]

    combinatorial Combinatorics

    All permutations share as much suffixes as possible. The reversed permutations are sorted lexicographically.

Page 38 of many | Previous | Next