Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
polyparse Text.ParserCombinators.HuttonMeijer No documentation available.
first :: Arrow a => a b c -> a (b, d) (c, d)synthesizer-core Synthesizer.Causal.Process Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.
-
synthesizer-core Synthesizer.Zip No documentation available.
first :: (a -> a') -> (a, b) -> (a', b)speculate Test.Speculate.Utils Applies a function to the first element of a pair. Often known on the wild as mapFst.
> first (*10) (1,2) (10,2)
-
synthesizer-dimensional Synthesizer.Dimensional.Arrow No documentation available.
-
synthesizer-dimensional Synthesizer.Dimensional.Causal.Process No documentation available.
first :: Arrow a => a b c -> a (b, d) (c, d)LambdaHack Game.LambdaHack.Core.Prelude Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.
first :: Arrow a => a b c -> a (b, d) (c, d)cabal-install-solver Distribution.Solver.Compat.Prelude Send the first component of the input through the argument arrow, and copy the rest unchanged to the output.
-
generic-lens-core Data.GenericLens.Internal Lens focusing on the first element of a product
first :: LRU key val -> !Maybe keylrucache Data.Cache.LRU.Internal the key of the most recently accessed entry