Hoogle Search
Within LTS Haskell 24.37 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
(
.<| ) :: Char -> Buffer % 1 -> Buffertext-builder-linear Data.Text.Builder.Linear.Buffer Prepend Char to a Buffer by mutating it.
>>> :set -XLinearTypes >>> runBuffer (\b -> 'q' .<| 'w' .<| b) "qw"
Warning: In contrast to singleton, it is the responsibility of the caller to sanitize surrogate code points with safe.(
.~ ) :: ((a -> Identity b) -> s -> Identity t) -> b -> s -> tgeneric-lens Data.Generics.Internal.VL No documentation available.
(
.~ ) :: Setter s t a b -> b -> s -> tlens-family Lens.Family2 Set all referenced fields to the given value.
(
.= ) :: MonadState s m => Setter s s a b -> b -> m ()lens-family Lens.Family2.State.Lazy Set a field of the state.
(
.= ) :: MonadState s m => Setter s s a b -> b -> m ()lens-family Lens.Family2.State.Strict Set a field of the state.
(
.&. ) :: Bits a => a -> a -> aghc-internal GHC.Internal.Bits Bitwise "and"
(
.|. ) :: Bits a => a -> a -> aghc-internal GHC.Internal.Bits Bitwise "or"
(
.&. ) :: Bits a => a -> a -> aghc-internal GHC.Internal.Data.Bits Bitwise "and"
(
.<<. ) :: Bits a => a -> Int -> aghc-internal GHC.Internal.Data.Bits Infix version of shiftL.
(
.>>. ) :: Bits a => a -> Int -> aghc-internal GHC.Internal.Data.Bits Infix version of shiftR.