llvm-general-quote-0.2.0.0: QuasiQuoting llvm code for llvm-general

Copyright(c) Harvard University 2006-2011 (c) Geoffrey Mainland 2011-2013 (c) Timo von Holtz 2014
LicenseBSD-style
Maintainertvh@tvholtz.de
Safe HaskellNone
LanguageHaskell2010

LLVM.General.Quote.Parser.Monad

Description

 

Synopsis

Documentation

failAt :: Loc -> String -> P a Source

data AlexInput Source

Constructors

AlexInput 

type AlexPredicate = PState -> AlexInput -> Int -> AlexInput -> Bool Source

The components of an AlexPredicate are the predicate state, input stream before the token, length of the token, input stream after the token.