{-| Module : Framework.Grammar Description : Exports CCG operations, lexica, and parsers. Copyright : (c) Julian Grove and Aaron Steven White, 2025 License : MIT Maintainer : julian.grove@gmail.com -} module Framework.Grammar ( module Framework.Grammar.CCG , module Framework.Grammar.Lexica.SynSem , module Framework.Grammar.Parser ) where import Framework.Grammar.CCG import Framework.Grammar.Parser import Framework.Grammar.Lexica.SynSem