| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Hakaru.Runtime.Prelude
Documentation
type family MayBoxVec a :: * -> * Source #
Instances
| type MayBoxVec Bool Source # | |
| type MayBoxVec Double Source # | |
| type MayBoxVec Int Source # | |
| type MayBoxVec () Source # | |
type MayBoxVec () = Vector | |
| type MayBoxVec (Vector a) Source # | |
type MayBoxVec (Vector a) = Vector | |
| type MayBoxVec (Vector a) Source # | |
type MayBoxVec (Vector a) = Vector | |
| type MayBoxVec (a, b) Source # | |
r_index :: Vector (MayBoxVec a) a => (xs -> Int) -> ((Int, xs) -> Int) -> Reducer (Int, xs) s a -> Reducer xs s (MayBoxVec a a) Source #
unsafeProb :: Double -> Prob Source #
prob_ :: NonNegativeRational -> Prob Source #