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. 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 Data.Singletons.Base.TH

    No documentation available.

  2. 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 Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

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

    singletons-base Data.Singletons.Base.TH

    No documentation available.

  6. 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 Data.Singletons.Base.TH

    No documentation available.

  7. singShowInstance :: OptionsMonad q => Name -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Create instance of SShow for the given type (Not to be confused with showShowInstance.)

  8. singShowInstances :: OptionsMonad q => [Name] -> q [Dec]

    singletons-base Data.Singletons.Base.TH

    Create instances of SShow for the given types (Not to be confused with showSingInstances.)

  9. class PShow a

    singletons-base Prelude.Singletons

    No documentation available.

  10. class SShow a

    singletons-base Prelude.Singletons

    No documentation available.

Page 250 of many | Previous | Next