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