packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Patterns/escaped-backslash-cons-pattern.hs

{- ORACLE_TEST pass -}
module X where

go xs = case xs of
  '^' : '\\' : xs -> '\^\' : go xs
  ys -> ys