Changes between Version 14 and Version 15 of Holes
- Timestamp:
- 04/27/12 05:51:29 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Holes
v14 v15 42 42 1. The program should be type-checked as if every hole {{{_?h}}} is replaced by {{{undefined}}}, except: 43 43 * If type-checking would fail due to unsolved constraints that could be solved by giving a type to a hole. 44 1. If the program is well-typed , then:44 1. If the program is well-typed (as above), then: 45 45 * The types of all holes should be reported. 46 46 * Reporting the hole types should not cause type-checking (or compiling in general) to stop (in error).
