Changeset bea0291
- Timestamp:
- Apr 22, 2025, 8:22:08 PM (3 weeks ago)
- Branches:
- master
- Children:
- f632bd50
- Parents:
- 691a4b7
- Location:
- doc/theses/fangren_yu_MMath
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/fangren_yu_MMath/background.tex
r691a4b7 rbea0291 68 68 69 69 70 \section{Type resolution}70 \section{Type Resolution} 71 71 72 72 \CFA expression resolution must deal with extensive overloading and inference of polymorphic types with assertions. -
doc/theses/fangren_yu_MMath/future.tex
r691a4b7 rbea0291 6 6 7 7 8 \section{Closed trait types}8 \section{Closed Trait Types} 9 9 10 10 Currently, \CFA does not have any closed types, as open type are the basis of its unique type-system, allowing new functions to be added at any time to override existing ones for trait satisfaction. … … 157 157 158 158 159 \section{User-defined conversions}159 \section{User-defined Conversions} 160 160 161 161 Missing type-system feature is a scheme for user-defined conversions.
Note: See TracChangeset
for help on using the changeset viewer.