Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
singletons-base Data.Singletons.Base.Enum No documentation available.
-
singletons-base Data.Singletons.Base.TH No documentation available.
-
singletons-base Data.Singletons.Base.TH No documentation available.
promoteBoundedInstance :: OptionsMonad q => Name -> q [Dec]singletons-base Data.Singletons.Base.TH Produce an instance for PBounded from the given type
promoteBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-base Data.Singletons.Base.TH Produce instances for PBounded from the given types
singBoundedInstance :: OptionsMonad q => Name -> q [Dec]singletons-base Data.Singletons.Base.TH Create instance of SBounded for the given type
singBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-base Data.Singletons.Base.TH Create instances of SBounded for the given types
-
singletons-base Prelude.Singletons No documentation available.
-
singletons-base Prelude.Singletons No documentation available.
fromUnboundedDec :: Integral a => a -> Buildertext-builder-linear Data.Text.Builder.Linear Create Builder, containing decimal representation of a given unbounded integer.
>>> fromChar 'x' <> fromUnboundedDec (1e24 :: Integer) "x1000000000000000000000000"