module Cubix.Language.Parametric.Syntax (
    module Base
  , module Expression
  , module Function
  , module Functor
  , module VarDecl
  ) where

import Cubix.Language.Parametric.Syntax.Base       as Base
import Cubix.Language.Parametric.Syntax.Expression as Expression
import Cubix.Language.Parametric.Syntax.Function   as Function
import Cubix.Language.Parametric.Syntax.Functor    as Functor
import Cubix.Language.Parametric.Syntax.VarDecl    as VarDecl