hquantlib-0.0.2.3: src/QuantLib/Instruments.hs
{-# LANGUAGE ExistentialQuantification #-}
module QuantLib.Instruments
( module QuantLib.Instruments.Instrument
, module QuantLib.Instruments.Stock
) where
import QuantLib.Instruments.Instrument
import QuantLib.Instruments.Stock