libcspm-0.2.0: A library providing a parser, type checker and evaluator for CSPM.

CSPM.Parser.Lexer

Synopsis

Documentation

data AlexAcc a user Source

type AlexAccPred user = user -> AlexInput -> Int -> AlexInput -> BoolSource

lstrip :: String -> StringSource

Same as strip, but applies only to the left side of the string.

rstrip :: String -> StringSource

Same as strip, but applies only to the right side of the string.

data AlexAddr Source

Constructors

AlexA# Addr#