ghc-lib-parser-9.14.1.20251220: The GHC API, decoupled from GHC versions
Safe HaskellIgnore
LanguageGHC2021

GHC.Parser.Lexer.Interface

Contents

Description

This module defines the types and functions necessary for an Alex-generated lexer.

https://haskell-alex.readthedocs.io/en/latest/api.html#

Synopsis

Documentation

data AlexInput #

Constructors

AI !PsLoc !StringBuffer 

Instances

Instances details
Show AlexInput # 
Instance details

Defined in GHC.Parser.Lexer.Interface

Helpers