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.

  1. justFields :: a -> MaybeFields a

    opaleye Opaleye.Internal.MaybeFields

    The Opaleye analogue of Just. Equivalent to pure.

  2. justFields :: a -> MaybeFields a

    opaleye Opaleye.MaybeFields

    The Opaleye analogue of Just. Equivalent to pure.

  3. justThat :: These a b -> Maybe b

    these-skinny Data.These

    justThat = preview _That
    

  4. justThese :: These a b -> Maybe (a, b)

    these-skinny Data.These

    justThese = preview _These
    

  5. justThis :: These a b -> Maybe a

    these-skinny Data.These

    justThis = preview _This
    

  6. justFiltered :: (a -> Maybe b) -> Fold a b

    unbound-generics Unbound.Generics.LocallyNameless.Internal.Fold

    No documentation available.

  7. justOneSep :: UnivArgument -> BufferM ()

    yi-keymap-emacs Yi.Keymap.Emacs.Utils

    If on separators (space, tab, unicode seps), reduce multiple separators to just a single separator (or however many given through UnivArgument). If we aren't looking at a separator, insert a single space. This is like emacs ‘just-one-space’ but doesn't deal with negative argument case but works with other separators than just space. What counts as a separator is decided by isAnySep modulo n character. Further, it will only reduce a single type of separator at once: if we have hard tabs followed by spaces, we are able to reduce one and not the other.

  8. justEntries :: [BBDBFile] -> [BBDB]

    bbdb Database.BBDB

    returns a list of only the actual bbdb entries, removing the comments

  9. justEntry :: BBDBFile -> Maybe BBDB

    bbdb Database.BBDB

    converts a BBDB comment to nothing, and a BBDB entry to just the entry

  10. justify :: TextAlign

    clay Clay

    No documentation available.

Page 23 of many | Previous | Next