Changes between Version 40 and Version 41 of ExplicitCallStack
- Timestamp:
- 01/30/07 08:28:16 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitCallStack
v40 v41 104 104 => print (hd []) 105 105 => print (error "hd: empty list") 106 => <crash> 107 }}} 106 => <uncaught exception> 107 }}} 108 109 By the time that `hd` is called on the empty list, the only thing remaining on the dynamic evaluation stack is `print`. 110 111 The question is what stack would you "like" to see in this case? 108 112 109 113 == Transformation rules ==
