Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
units Data.Metrology.Vector Raise a unit to a power, known at compile time
(
:^ ) :: unit -> Sing power -> (:^) unit (power :: Z)units Data.Metrology.Vector No documentation available.
-
vformat Text.Format No documentation available.
-
what4 What4.Utils.Complex No documentation available.
-
witness Data.Type.Witness.General.TestHetEquality Kind heterogeneous propositional equality. Like :~:, a :~~: b is inhabited by a terminating value if and only if a is the same type as b.
(
:# ) :: a -> Substitution' a -> Substitution' aAgda Agda.Syntax.Internal Substitution extension, `cons'. Γ ⊢ u : Aρ Γ ⊢ ρ : Δ ---------------------- Γ ⊢ u :# ρ : Δ, A
(
:# ) :: a -> Substitution' a -> Substitution' aAgda Agda.TypeChecking.Substitute Substitution extension, `cons'. Γ ⊢ u : Aρ Γ ⊢ ρ : Δ ---------------------- Γ ⊢ u :# ρ : Δ, A
(
:| ) :: a -> [a] -> NonEmpty aAgda Agda.Utils.List1 No documentation available.
(
:# ) :: Text -> [SeriesElem] -> MessageBlammo Blammo.Logging No documentation available.
-
capability Capability.Accessors Compose two accessors. This is not necessary in deriving via clauses, but in places where a transformer is expected as a type argument. E.g. wrapError.