Changes between Version 1 and Version 2 of Status/April07
- Timestamp:
- 04/29/07 08:59:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Status/April07
v1 v2 80 80 just as a numeric literal has type `∀ a. Num a ⇒ a`, 81 81 so a string literal has type `∀ a. IsString a ⇒ a`, 82 The documentation is here '''\url{...}'''.82 The documentation is here: http://www.haskell.org/ghc/dist/current/docs/users_guide/other-type-extensions.html#overloaded-strings'''. 83 83 84 84 A less successful feature of the last year has been the
