language-c-0.8.2: Analysis and generation of C code

Copyright(c) 2008 Benedikt Huber
LicenseBSD-style
Maintainerbenedikt.huber@gmail.com
Stabilityalpha
Portabilityghc
Safe HaskellNone
LanguageHaskell98

Language.C.Analysis.SemError

Description

Errors in the semantic analysis

Synopsis

Documentation

newtype InvalidASTError #

InvalidASTError is caused by the violation of an invariant in the AST

Constructors

InvalidAST ErrorInfo 

data RedefError #

RedefError is caused by an invalid redefinition of the same identifier or type