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.
-
base Foreign.Marshal.Error Discard the return value of an IO action
fmtWidth :: FieldFormat -> Maybe Intbase Text.Printf Total width of the field.
-
base GHC.Base The class of monoids (types with an associative binary operation that has an identity). Instances should satisfy the following:
- Right identity x <> mempty = x
- Left identity mempty <> x = x
- Associativity x <> (y <> z) = (x <> y) <> z (Semigroup law)
- Concatenation mconcat = foldr (<>) mempty
- Unit mconcat (pure x) = x
- Multiplication mconcat (join xss) = mconcat (fmap mconcat xss)
- Subclass mconcat (toList xs) = sconcat xs
-
base GHC.Base (In a non-concurrent implementation, this can be a singleton type, whose (unique) value is returned by myThreadId#. The other operations can be omitted.)
-
base GHC.Base Uninhabited data type
-
base GHC.Base No documentation available.
divideDoubleX2# :: DoubleX2# -> DoubleX2# -> DoubleX2#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
divideDoubleX4# :: DoubleX4# -> DoubleX4# -> DoubleX4#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
divideDoubleX8# :: DoubleX8# -> DoubleX8# -> DoubleX8#base GHC.Base Divide two vectors element-wise. Warning: this is only available on LLVM.
divideFloat# :: Float# -> Float# -> Float#base GHC.Base No documentation available.