diff options
author | Ian Lynagh <igloo@earth.li> | 2012-06-14 17:18:27 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-06-14 17:18:27 +0100 |
commit | 02aef1122e64e21964a6e5f1d1ef01e5a0c64f44 (patch) | |
tree | 17d4d8a2041db9d6647c415cee942c7cc7ac1b6c /docs | |
parent | ed7dbe82fab6e6b03273870c1663399de8dc4f39 (diff) | |
download | haskell-02aef1122e64e21964a6e5f1d1ef01e5a0c64f44.tar.gz |
Make -dppr-case-as-let a dynamic flag
Diffstat (limited to 'docs')
-rw-r--r-- | docs/users_guide/flags.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/flags.xml b/docs/users_guide/flags.xml index cd45040027..db17084a81 100644 --- a/docs/users_guide/flags.xml +++ b/docs/users_guide/flags.xml @@ -2724,7 +2724,7 @@ <row> <entry><option>-dppr-case-as-let</option></entry> <entry>Print single alternative case expressions as strict lets.</entry> - <entry>static</entry> + <entry>dynamic</entry> <entry>-</entry> </row> <row> |