packages feed

aihc-parser-1.0.0.2: test/Test/Fixtures/oracle/Layout/top-level-where-deprecated-boundary.hs

{- ORACLE_TEST pass -}
module TopLevelWhereDeprecatedBoundary where

sortDirShape :: Int -> Int
sortDirShape = sortDirBy id  where

  -- HELPER:
sortDirBy :: (Int -> Int) -> Int -> Int
sortDirBy f = f

{-# DEPRECATED free "Use dirTree instead" #-}
free :: Int
free = 1