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.
_piserShared :: PieSeries -> Seriesxlsx Codec.Xlsx.Types.Drawing.Chart No documentation available.
_scserShared :: ScatterSeries -> Seriesxlsx Codec.Xlsx.Types.Drawing.Chart No documentation available.
frmdShared :: FormulaData -> Maybe (SharedFormulaIndex, SharedFormulaOptions)xlsx Codec.Xlsx.Types.Internal.FormulaData No documentation available.
MkSharedStringState :: Map Text Int -> SharedStringStatexlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.
initialSharedString :: SharedStringStatexlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.
upsertSharedString :: MonadState SharedStringState m => Text -> m (Text, Int)xlsx Codec.Xlsx.Writer.Internal.Stream No documentation available.
-
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,
- Every text to int is unique on both text and int.
- Every Int should have a gap no greater than 1. [("xx", 3), ("yy", 4)] is okay, whereas [("xx", 3), ("yy", 5)] is not.
- It's expected this starts from 0.
-
LambdaHack Game.LambdaHack.Client.UI.Msg No documentation available.
toMsgShared :: MsgShared a => [(String, Color)] -> a -> Text -> MsgLambdaHack Game.LambdaHack.Client.UI.Msg No documentation available.
-
combinatorial Combinatorics All permutations share as much suffixes as possible. The reversed permutations are sorted lexicographically.