HROOT-math-0.10.0.3: Haskell binding to ROOT Math modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Math.TRandom.Cast

Orphan instances

Castable TRandom (Ptr RawTRandom) Source # 
Instance details

Methods

cast :: TRandom -> (Ptr RawTRandom -> IO r) -> IO r #

uncast :: Ptr RawTRandom -> (TRandom -> IO r) -> IO r #

(ITRandom a, FPtr a) => Castable a (Ptr RawTRandom) Source # 
Instance details

Methods

cast :: a -> (Ptr RawTRandom -> IO r) -> IO r #

uncast :: Ptr RawTRandom -> (a -> IO r) -> IO r #