ghc-lib-parser-9.12.2.20250421: The GHC API, decoupled from GHC versions
Copyright(c) The GHC Team
Maintainerghc-devs@haskell.org
Portabilityportable
Safe HaskellIgnore
LanguageGHC2021

GHC.Internal.Lexeme

Description

Functions to evaluate whether or not a string is a valid identifier.

Synopsis

Lexical characteristics of Haskell names

okSymChar :: Char -> Bool Source #

Is this character acceptable in a symbol (after the first char)? See alexGetByte in GHC.Parser.Lexer