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

Portabilityghc
Stabilityalpha
Maintainerbenedikt.huber@gmail.com

Language.C.Analysis.SemError

Description

Errors in the semantic analysis

Synopsis

Documentation

newtype InvalidASTError Source

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

Constructors

InvalidAST ErrorInfo 

newtype BadSpecifierError Source

BadSpecifierError is caused by an invalid combination of specifiers

data RedefError Source

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