07ba43ce201130835e03f93f03fdf9d082f3c4da4ba22de26cd731260d357233

Download raw

Created: 2023-12-19 03:40:10.302489 UTC

Size: 607

Preview (limited to 512 bytes)

"-- |\n-- Module : Data.Attoparsec\n-- Copyright : Bryan O'Sullivan 2007-2015\n-- License : BSD3\n--\n-- Maintainer : [email protected]\n-- Stability : experimental\n-- Portability : unknown\n--\n-- Simple, efficient combinator parsing for\n-- 'Data.ByteString.ByteString' strings, loosely based on the Parsec\n-- library.\n--\n-- This module is deprecated. Use \"Data.Attoparsec.ByteString\"\n-- instead.\n\nmodule Data.Attoparsec\n {-# DEPRECATED \"This module will be removed in the next major release.\" #-"


Casa is a service provided by the Haskell Foundation │ Originally developed by FP Complete