Hoogle Search
Within LTS Haskell 24.28 (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.
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.
SingletonDate :: Date -> DatePatternHastructure Types No documentation available.
SingletonRange :: a -> Range arange Data.Range Represents a single element as a range. SingletonRange a is equivalent to SpanRange (Bound a Inclusive) (Bound a Inclusive).
newtype
SingletonProof (f :: Flavor) a rrefined-containers Data.HashMap.Refined Proof that r contains an element of type a.