| 38 | | To-be-completed. |
| | 38 | Replace the the following sentence [http://www.haskell.org/onlinereport/pragmas.html] '''11 Compiler Pragmas''': |
| | 39 | {{{ |
| | 40 | #!html |
| | 41 | <div style="background: #fdd; border-color: #c00; border-style: solid; border-width: 1px"> |
| | 42 | }}} |
| | 43 | An implementation is not required to respect any pragma, but the pragma should be ignored if an implementation is not prepared to handle it. |
| | 44 | {{{ |
| | 45 | #!html |
| | 46 | </div> |
| | 47 | }}} |
| | 48 | |
| | 49 | with |
| | 50 | {{{ |
| | 51 | #!html |
| | 52 | <div style="background: #dfd; border-color: #c00; border-style: solid; border-width: 1px"> |
| | 53 | }}} |
| | 54 | With the exception of the LANGUAGE pragma, an implementation is not required to respect any pragma. For non-LANGUAGE pragmas, the pragma should be ignored if an implementation is not prepared to handle it. |
| | 55 | {{{ |
| | 56 | #!html |
| | 57 | </div> |
| | 58 | }}} |
| | 59 | |
| | 60 | Add the following subsection |
| | 61 | |
| | 62 | {{{ |
| | 63 | #!html |
| | 64 | <div style="background: #dfd; border-color: #c00; border-style: solid; border-width: 1px"> |
| | 65 | }}} |
| | 66 | '''11.3 Language Extensions''' |
| | 67 | <to-be-completed> |
| | 68 | {{{ |
| | 69 | #!html |
| | 70 | </div> |
| | 71 | }}} |