diff options
Diffstat (limited to 'src/Transfer/Syntax/Layout.hs')
| -rw-r--r-- | src/Transfer/Syntax/Layout.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Transfer/Syntax/Layout.hs b/src/Transfer/Syntax/Layout.hs index 08e4ba980..fbe2eb936 100644 --- a/src/Transfer/Syntax/Layout.hs +++ b/src/Transfer/Syntax/Layout.hs @@ -10,7 +10,7 @@ import Data.Maybe (isNothing, fromJust) -- local parameters topLayout = True -layoutWords = ["let","where","of","rec","sig"] +layoutWords = ["let","where","of","rec","sig","do"] layoutStopWords = ["in"] -- layout separators |
