packages feed

haskell-src-exts-1.17.0: tests/examples/ReadP.hs.prettyprinter.golden

{-# LANGUAGE TypeOperators #-}
module Main (main) where

newtype ReadP a = R (forall b . (a -> P b) -> P b)