HROOT-hist-0.10.0.3: Haskell binding to ROOT Hist modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Hist.TFitResult.Cast

Orphan instances

Castable TFitResult (Ptr RawTFitResult) Source # 
Instance details

Methods

cast :: TFitResult -> (Ptr RawTFitResult -> IO r) -> IO r #

uncast :: Ptr RawTFitResult -> (TFitResult -> IO r) -> IO r #

(ITFitResult a, FPtr a) => Castable a (Ptr RawTFitResult) Source # 
Instance details

Methods

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

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