The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
Main Page
Packages
Classes
Files
File List
File Members
SortOfUnification.cs
Go to the documentation of this file.
1
// --------------------------------------------------------------------------
2
// File: SortOfUnification.cs
3
// Author: Francisco Ortin - francisco.ortin@gmail.com
4
// Description:
5
// Differen kinds of unification algorithms.
6
// --------------------------------------------------------------------------
7
// Create date: 03-05-2007
8
// Modification date: 03-05-2007
10
11
namespace
TypeSystem {
12
public
enum
SortOfUnification
{
16
Equivalent
,
17
22
Incremental
,
23
28
Override
29
}
30
}
TypeSystem.SortOfUnification
SortOfUnification
Definition:
SortOfUnification.cs:12
TypeSystem.Incremental
When one type variable has a substitution, it is incremented with a union type of itself and type typ...
TypeSystem.Equivalent
Two type expressions must be equivalent
TypeSystem.Override
Desktop
stadyn
Inference
src
TypeSystem
SortOfUnification.cs
Generated on Mon Oct 21 2013 16:10:27 for The StaDyn Programming Language by
1.8.5