tipc
A TIP to LLVM compiler
src
semantic
types
solver
UnificationError.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
SemanticError.h
"
4
10
class
UnificationError
:
public
SemanticError
{
11
public
:
12
UnificationError
(
const
char
*msg) :
SemanticError
(msg){};
13
};
SemanticError.h
SemanticError
Class for tipc semantic errors.
Definition:
SemanticError.h:10
UnificationError
A runtime error when unifying type terms.
Definition:
UnificationError.h:10
UnificationError::UnificationError
UnificationError(const char *msg)
Definition:
UnificationError.h:12
Generated by
1.9.1