packages feed

HROOT-hist-0.8: src/HROOT/Hist/TFormula.hs

module HROOT.Hist.TFormula
  (
    TFormula(..)
  , ITFormula(..)
  , upcastTFormula
  , downcastTFormula
  , newTFormula
  , tFormulaOptimize
  , tFormulaGetParameter
 
  ) where

import HROOT.Hist.TFormula.RawType
import HROOT.Hist.TFormula.Interface
import HROOT.Hist.TFormula.Implementation