Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
units Data.Metrology.Vector Multiply a conversion ratio by some constant. Used for defining prefixes.
(
:@ ) :: prefix -> unit -> (:@) prefix unitunits Data.Metrology.Vector No documentation available.
-
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.