Changes in / [ace67c8:8712514]
- Location:
- doc
- Files:
-
- 1 deleted
- 1 edited
-
proposals/user_conversions.md (deleted)
-
working/resolver_design.md (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/working/resolver_design.md
race67c8 r8712514 41 41 ensure that they are two-arg functions (this restriction may be valuable 42 42 regardless). 43 44 Regardless of syntax, there should be a type assertion that expresses `From`45 is convertable to `To`.46 If user-defined conversions are not added to the language,47 `void ?{} ( To*, From )` may be a suitable representation, relying on48 conversions on the argument types to account for transitivity.49 On the other hand, `To*` should perhaps match its target type exactly, so50 another assertion syntax specific to conversions may be required, e.g.51 `From -> To`.52 43 53 44 ### Constructor Idiom ###
Note:
See TracChangeset
for help on using the changeset viewer.