|  | Commit message (Collapse) | Author | Files | Lines | 
|---|
|  | - Small refactorings.
- Improved common procedures analysis.
- Can now handle tagged structures (variants & records).
- Tests for pattern-matching, functions (definition & application), and common procedures. | 
|  |  | 
|  | - Added analysis and type-inference for records and tagged variants.
- Extracted inference code to a separate module for better reuse. | 
|  |  | 
|  |  | 
|  |  | 
|  | - Simplified the Analysis type, by removing all meta-data.
- Added analysis of function calls.
- Added analysis of common Lux procedures.
- Lots of refactoring. |