-- | Import Module for SSTG.Core module SSTG.Core ( module SSTG.Core.Execution , module SSTG.Core.Syntax , module SSTG.Core.Translation ) where import SSTG.Core.Execution import SSTG.Core.Syntax import SSTG.Core.Translation