Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromAppendDimensionRequest_Dimension :: AppendDimensionRequest_Dimension -> Textgogol-sheets Gogol.Sheets.Types No documentation available.
sMappend :: Monoid x => SFlow x xmidair Midair.Handy mappend all input signal values (If you care whether they're appended on the right or left, use sMappendL or sMappendR)
sMappendHS :: Monoid x => Maybe x -> SFlow x xmidair Midair.Handy Hotswap version of sMappend
sMappendL :: Monoid x => SFlow x xmidair Midair.Handy mappend new values onto the left
sMappendLHS :: Monoid x => Maybe x -> SFlow x xmidair Midair.Handy Hotswap version of sMappendL
sMappendR :: Monoid x => SFlow x xmidair Midair.Handy mappend new values onto the right
sMappendRHS :: Monoid x => Maybe x -> SFlow x xmidair Midair.Handy Hotswap version of sMappendR
gMappend :: (ADTRecord a, Constraints a Monoid) => a -> a -> aone-liner-instances Data.Monoid.OneLiner Monoid append (mappend) implemented by calling <> on the components.