ghc-9.13: The GHC API
Safe HaskellNone
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 Source #

Constructors

AI !PsLoc !StringBuffer 

Instances

Instances details
Show AlexInput Source # 
Instance details

Defined in GHC.Parser.Lexer.Interface

Helpers