Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type family
PayloadType (f :: u -> Type) (a :: u1)vinyl Data.Vinyl.Class.Method Shorthand for combining ApplyFieldTyper and FieldPayload.
-
crypton-x509-store Data.X509.File No documentation available.
PEMError :: String -> PEMErrorcrypton-x509-store Data.X509.File No documentation available.
data
Point (f :: Type -> Type) adiagrams-core Diagrams.Core A handy wrapper to help distinguish points from vectors at the type level
data
Prim b (v :: Type -> Type) ndiagrams-core Diagrams.Core A value of type Prim b v n is an opaque (existentially quantified) primitive which backend b knows how to render in vector space v.
Prim :: forall p b . (Transformable p, Typeable p, Renderable p b) => p -> Prim b (V p) (N p)diagrams-core Diagrams.Core No documentation available.
-
A type for points (as distinct from vectors).
newtype
Point (f :: Type -> Type) adiagrams-core Diagrams.Core.Points A handy wrapper to help distinguish points from vectors at the type level
data
Prim b (v :: Type -> Type) ndiagrams-core Diagrams.Core.Types A value of type Prim b v n is an opaque (existentially quantified) primitive which backend b knows how to render in vector space v.
Prim :: forall p b . (Transformable p, Typeable p, Renderable p b) => p -> Prim b (V p) (N p)diagrams-core Diagrams.Core.Types No documentation available.