Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
PubKeyX25519 :: PublicKey -> PubKeycrypton-x509 Data.X509 X25519 public key
PubKeyX448 :: PublicKey -> PubKeycrypton-x509 Data.X509 X448 public key
newtype
Path (v :: Type -> Type) ndiagrams-lib Diagrams A path is a (possibly empty) list of Located Trails. Hence, unlike trails, paths are not translationally invariant, and they form a monoid under superposition (placing one path on top of another) rather than concatenation.
Path :: [Located (Trail v n)] -> Path (v :: Type -> Type) ndiagrams-lib Diagrams No documentation available.
-
diagrams-lib Diagrams.Backend.CmdLine Parseable instances give a command line parser for a type. If a custom parser for a common type is wanted a newtype wrapper could be used to make a new Parseable instance. Notice that we do not want as many instances as Read because we want to limit ourselves to things that make sense to parse from the command line.
-
Type classes for things which are parameterized in some way, e.g. segments and trails.
-
diagrams-lib Diagrams.Parametric Type class for parametric functions.
-
This module defines paths, which are collections of concretely located Trails. Many drawing systems (cairo, svg, ...) have a similar notion of "path". Note that paths with multiple trails are necessary for being able to draw e.g. filled objects with holes in them.
newtype
Path (v :: Type -> Type) ndiagrams-lib Diagrams.Path A path is a (possibly empty) list of Located Trails. Hence, unlike trails, paths are not translationally invariant, and they form a monoid under superposition (placing one path on top of another) rather than concatenation.
Path :: [Located (Trail v n)] -> Path (v :: Type -> Type) ndiagrams-lib Diagrams.Path No documentation available.