packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/ExportSyntax/qualified-constructor-export.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE GHC2021 #-}

module QualifiedConstructorExport (
  M.C(M.A1, M.A2)
  ) where

import M