Changes between Version 23 and Version 24 of Holes
- Timestamp:
- 05/03/12 03:50:49 (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Holes
v23 v24 192 192 193 193 When using holes (i.e. {{{-XHoles}}} is set), we expect the following: 194 1. The program should type-check as if every hole {{{_?h}}} is replaced with {{{undefined}}}. Th is is one exception: see [#Ambiguoustypes Ambiguous types] below.194 1. The program should type-check as if every hole {{{_?h}}} is replaced with {{{undefined}}}. There is an exception to this rule: see [#Ambiguoustypes Ambiguous types] below. 195 195 1. If the program is well-typed (as above), then: 196 196 * The types of all holes should be reported.
