Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (<+>) :: Doc -> Doc -> Doc

    liquid-fixpoint Text.PrettyPrint.HughesPJ.Compat

    Beside, separated by space, unless one of the arguments is empty. <+> is associative, with identity empty.

  2. ($+$) :: SDoc -> SDoc -> SDoc

    liquidhaskell-boot Liquid.GHC.API

    Join two SDoc together vertically

  3. (<+>) :: IsLine doc => doc -> doc -> doc

    liquidhaskell-boot Liquid.GHC.API

    Join two docs together horizontally with a gap between them.

  4. (<+>) :: Text -> Text -> Text

    minimorph NLP.Minimorph.Util

    Separated by space unless one of them is empty (in which case just the non-empty one) or the first ends or the last begins with whitespace.

  5. (<+>) :: Text -> Text -> Text

    miniutter NLP.Miniutter.English

    Separated by space unless one of them is empty (in which case just the non-empty one) or the first ends or the last begins with whitespace.

  6. (:+:) :: forall x (xs :: [Type]) . x -> HList xs -> HList (x ': xs)

    multistate Data.HList.HList

    No documentation available.

  7. (<+) :: AddRegistryUncheckedLike a b c => a -> b -> c

    registry Data.Registry.Registry

    No documentation available.

  8. (<+>) :: forall (is1 :: [Type]) (os1 :: [Type]) (is2 :: [Type]) (os2 :: [Type]) . Registry is1 os1 -> Registry is2 os2 -> Registry (is1 :++ is2) (os1 :++ os2)

    registry Data.Registry.Registry

    Append 2 registries together

  9. type family (x :: [k]) :++ (y :: [k]) :: [k]

    registry Data.Registry.Solver

    Extracted from the typelevel-sets project and adapted for the Registry datatype This union deduplicates elements only if they appear in contiguously What we really want is typelevel sets but they are too slow for now https://github.com/dorchard/type-level-sets/issues/17

  10. ( #+ ) :: MetaTerm -> MetaTerm -> MetaTerm

    rest-rewrite DSL

    No documentation available.

Page 58 of many | Previous | Next