Changes between Version 31 and Version 32 of Holes
- Timestamp:
- 05/04/12 15:35:48 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Holes
v31 v32 150 150 * Requires evaluation semantics for hole 151 151 152 '''SLPJ '''. I'm really not sure what you mean by "must have the same type. For example152 '''SLPJ question'''. I'm really not sure what you mean by "must have the same type. For example 153 153 {{{ 154 154 f xs = _?p : xs … … 162 162 If we generalise `f` then NOTHING can have the same type as the hole. But it would be very strange not to generalise `f` (and `g`). 163 163 164 It seems much simpler to me either to have anonymous holes, or to let the user give them names, but to pay no attention to the name except to display them in error messages, so that user can say "oh, that hole" rather than having to look at the exact source location. '''End of SLPJ '''164 It seems much simpler to me either to have anonymous holes, or to let the user give them names, but to pay no attention to the name except to display them in error messages, so that user can say "oh, that hole" rather than having to look at the exact source location. '''End of SLPJ question''' 165 165 166 166 === Term brackets (ranges) ===
