packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Patterns/qualified-constructor-sym-record.hs

{- ORACLE_TEST pass -}
-- Regression test: A.:+ is the :+ constructor from module A, not a single
-- constructor named "A.:+". Verify that qualified symbolic constructors
-- parse correctly in record patterns.
module QualifiedConstructorSymRecord where

f x = x
  where
    g (A.:+) {} = ()