#include <stdlib.h>#include <dirent.h>#include <fstream>#include <iostream>#include <string>#include "AST.hxx"#include "Type.hxx"#include "Typeclass.hxx"Go to the source code of this file.
Data Structures | |
| struct | TypeScheme |
Enumerations | |
| enum | GeneralizeMode { gen_instance = 0, gen_top = 1, gen_local = 2, gen_Hinstance = 3, gen_Htop = 4, gen_Hlocal = 5 } |
| enum GeneralizeMode |
Definition at line 51 of file TypeScheme.hxx.
1.4.7