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.
pattern
SingletonFun :: (a -> b) -> OneOfThemFun (Singleton a) btype-set Data.OneOfThem No documentation available.
-
dhall Dhall.Marshal.Decode This type specifies how to model a Haskell constructor with 1 field in Dhall For example, consider the following Haskell datatype definition:
data Example = Foo { x :: Double } | Bar DoubleDepending on which option you pick, the corresponding Dhall type could be:< Foo : Double | Bar : Double > -- Bare
< Foo : { x : Double } | Bar : { _1 : Double } > -- Wrapped< Foo : { x : Double } | Bar : Double > -- Smart -
dhall Dhall.Marshal.Encode This type specifies how to model a Haskell constructor with 1 field in Dhall For example, consider the following Haskell datatype definition:
data Example = Foo { x :: Double } | Bar DoubleDepending on which option you pick, the corresponding Dhall type could be:< Foo : Double | Bar : Double > -- Bare
< Foo : { x : Double } | Bar : { _1 : Double } > -- Wrapped< Foo : { x : Double } | Bar : Double > -- Smart type
SingletonUnlock = Singleton Unlockmoffy Control.Moffy.Event.Lock No documentation available.
module Codec.Scale.
SingletonEnum This type helps to encode/decode singleton Rust enums like: `enum Enum { Data { some_data: u32 } }`
-
scale Codec.Scale.SingletonEnum Haskell don't permit to make Rust-like enum type with only one element. For this reason it is impossible to make generic parser for singleton enum type. This type helps to parse Rust encoded singleton enums.
SingletonEnum :: a -> SingletonEnum ascale Codec.Scale.SingletonEnum No documentation available.
newtype
SingletonsRegistry (todo :: [Type]) (ins :: [Type]) (out :: [Type])registry Data.Registry.Rio Registry where all Rio values are singletons
-
registry Data.Registry.Rio No documentation available.
-
Agda Agda.TypeChecking.Monad.MetaVars Meta variables of "hereditarily singleton" record type.