packages feed

haskell-src-exts-1.15.0.1: tests/examples/ReadP.hs

{-# LANGUAGE TypeOperators #-}
newtype ReadP a = R (forall b . (a -> P b) -> P b)