Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
singletons-base Prelude.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()yi-core Yi.Buffer.Normal Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.
genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()yi-core Yi.Buffer.TextUnit Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.
genMaybeMoveB :: TextUnit -> (Direction, BoundarySide) -> Direction -> BufferM ()yi-core Yi.Config.Simple Generic maybe move operation. As genMoveB, but don't move if we are at boundary already.
minusNaturalMaybe :: Natural -> Natural -> Maybe Naturalbase-compat-batteries Numeric.Natural.Compat Natural subtraction. Returns Nothings for non-positive results.
varTToName_maybe :: Type -> Maybe Namederiving-compat Data.Deriving.Internal Extract Just the Name from a type variable. If the argument Type is not a type variable, return Nothing.
-
generic-random Generic.Random.Internal.BaseCase No documentation available.
catMaybes :: Infinite (Maybe a) -> Infinite ainfinite-list Data.List.Infinite Keep only Just elements. This function isn't productive (e. g., head . catMaybes won't terminate), if no elements of the input list are Just.
mapMaybe :: (a -> Maybe b) -> Infinite a -> Infinite binfinite-list Data.List.Infinite Apply a function to every element of an infinite list and collect Just results. This function isn't productive (e. g., head . mapMaybe f won't terminate), if no elements of the input list result in Just.