packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/golden/module/literate/bird-style-indented.yaml

extensions: []
input: |
  > module IndentedBird where
  > 
  > main = do
  >   putStrLn "Hello"
  >   where
  >     x = 1
status: xfail
reason: Bird-style with indented Haskell code.