packages feed

cafeteria-prelude-0.1.0.0: src/Prelude/Source/Text/ParserCombinators/ReadP.hs

{-# LANGUAGE NoImplicitPrelude #-}

module Prelude.Source.Text.ParserCombinators.ReadP (
    ReadS,
  ) where

import Prelude (
    ReadS,
  )