{-|
Module      : Framework.Target
Description : Exports target modules, e.g., translating to Stan code.
Copyright   : (c) Julian Grove and Aaron Steven White, 2025
License     : MIT
Maintainer  : julian.grove@gmail.com
-}

module Framework.Target ( module Framework.Target.Stan
                        ) where

import Framework.Target.Stan