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