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. sShowCommaSpace :: forall (t :: Symbol) . Sing t -> Sing (Apply ShowCommaSpaceSym0 t)

    singletons-base Text.Show.Singletons

    No documentation available.

  2. sShowList :: forall (t1 :: [a]) (t2 :: Symbol) . SShow a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (ShowListSym0 :: TyFun [a] (Symbol ~> Symbol) -> Type) t1) t2)

    singletons-base Text.Show.Singletons

    No documentation available.

  3. sShowListWith :: forall a (t1 :: a ~> (Symbol ~> Symbol)) (t2 :: [a]) (t3 :: Symbol) . Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply (ShowListWithSym0 :: TyFun (a ~> (Symbol ~> Symbol)) ([a] ~> (Symbol ~> Symbol)) -> Type) t1) t2) t3)

    singletons-base Text.Show.Singletons

    No documentation available.

  4. sShowParen :: forall (t1 :: Bool) (t2 :: Symbol ~> Symbol) (t3 :: Symbol) . Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply ShowParenSym0 t1) t2) t3)

    singletons-base Text.Show.Singletons

    No documentation available.

  5. sShowSpace :: forall (t :: Symbol) . Sing t -> Sing (Apply ShowSpaceSym0 t)

    singletons-base Text.Show.Singletons

    No documentation available.

  6. sShowString :: forall (t1 :: Symbol) (t2 :: Symbol) . Sing t1 -> Sing t2 -> Sing (Apply (Apply ShowStringSym0 t1) t2)

    singletons-base Text.Show.Singletons

    No documentation available.

  7. sShow_ :: forall (t :: a) . SShow a => Sing t -> Sing (Apply (Show_Sym0 :: TyFun a Symbol -> Type) t)

    singletons-base Text.Show.Singletons

    No documentation available.

  8. sShows :: forall a (t1 :: a) (t2 :: Symbol) . SShow a => Sing t1 -> Sing t2 -> Sing (Apply (Apply (ShowsSym0 :: TyFun a (Symbol ~> Symbol) -> Type) t1) t2)

    singletons-base Text.Show.Singletons

    No documentation available.

  9. sShowsPrec :: forall (t1 :: Natural) (t2 :: a) (t3 :: Symbol) . SShow a => Sing t1 -> Sing t2 -> Sing t3 -> Sing (Apply (Apply (Apply (ShowsPrecSym0 :: TyFun Natural (a ~> (Symbol ~> Symbol)) -> Type) t1) t2) t3)

    singletons-base Text.Show.Singletons

    No documentation available.

  10. completeInListCustomShow :: (Text -> Text) -> Text -> (Text -> Maybe Text) -> [Text] -> EditorM Text

    yi-core Yi.Completion

    Same as completeInList, but maps showFunction on possible matches when printing

Page 252 of many | Previous | Next