packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/NondecreasingIndentation/nested-do-simple.hs

{- ORACLE_TEST pass -}
{-# LANGUAGE NondecreasingIndentation #-}

-- NondecreasingIndentation: simple nested do at same indentation level.

module NondecreasingNestedDoSimple where

f = do
  do
  action
  where
    action = undefined