ghc-boot-th-8.10.4: Shared functionality between GHC and the @template-haskell@ library
Copyright(c) The GHC Team
Maintainerghc-devs@haskell.org
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.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 Lexer.x