packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/T10971d.hs

import T10971c

main = do
  print $ f (Just 1)
  print $ g (+1) (Just 5)
  print $ h (const 5) Nothing