parser-regex-0.2.0.1: Regex based parsers
Safe HaskellSafe-Inferred
LanguageHaskell2010

Regex.Internal.Unique

Description

This is an internal module. You probably don't need to import this.

WARNING

Definitions in this module allow violating invariants that would otherwise be guaranteed by non-internal modules. Use at your own risk!

Synopsis

Documentation

newtype Unique Source #

A unique ID. Must be >= 0.

Constructors

Unique 

Fields

data UniqueSet Source #

A set of Uniques.