aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/haskell2010/expressions/listcomp-let-qualifier.hs
{- ORACLE_TEST pass -}
module ExprS311LetQualifier where
x xs = [m | n <- xs, let m = n + 1]{- ORACLE_TEST pass -}
module ExprS311LetQualifier where
x xs = [m | n <- xs, let m = n + 1]