Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. (:<=) :: forall v . Exp v 'Number -> Exp v 'Number -> Exp v 'Boolean

    typecheck-plugin-nat-simple Data.Derivation.Expression

    No documentation available.

  2. (:==) :: forall v (t1 :: ExpType) . Exp v t1 -> Exp v t1 -> Exp v 'Boolean

    typecheck-plugin-nat-simple Data.Derivation.Expression

    No documentation available.

  3. (:|:) :: ValType -> ValType -> ValType

    typst Typst.Types

    No documentation available.

  4. data u1 :* u2

    units Data.Metrology

    Multiply two units to get another unit. For example: type MetersSquared = Meter :* Meter

  5. (:*) :: u1 -> u2 -> (:*) u1 u2

    units Data.Metrology

    No documentation available.

  6. data u1 :/ u2

    units Data.Metrology

    Divide two units to get another unit

  7. (:/) :: u1 -> u2 -> (:/) u1 u2

    units Data.Metrology

    No documentation available.

  8. data prefix :@ unit

    units Data.Metrology

    Multiply a conversion ratio by some constant. Used for defining prefixes.

  9. (:@) :: prefix -> unit -> (:@) prefix unit

    units Data.Metrology

    No documentation available.

  10. data unit :^ (power :: Z)

    units Data.Metrology

    Raise a unit to a power, known at compile time

Page 49 of many | Previous | Next