packages feed

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

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