packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/T10971d.hs

import T10971c

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