Skip to content

Commit aa215fa

Browse files
author
Travis CI
committed
Update manual from d9fba6c
1 parent 3ec91c1 commit aa215fa

File tree

3 files changed

+3
-29
lines changed

3 files changed

+3
-29
lines changed

manual/latest/Editing-Haskell-Code.html

+1-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manual/latest/Editing-Haskell-Code.html~

+1-14
Original file line numberDiff line numberDiff line change
@@ -173,21 +173,8 @@ cycle.
173173
</p>
174174
<p><code>M-x haskell-align-imports</code>
175175
</p>
176-
<a name="Entering-imports"></a>
177-
<h4 class="subsection">4.2.5 Entering imports</h4>
178-
179-
<p>If you have Haskell Interactive Mode enabled and a session open,
180-
you can write
181-
</p>
182-
<p><code>import</code>
183-
</p>
184-
<p>And then hit <kbd>SPC</kbd> (running <code>M-x haskell-mode-contextual-space</code>)
185-
which will prompt a list of all modules, either installed modules or
186-
local project directory files. Then it&rsquo;ll insert it and then format that
187-
module section.
188-
</p>
189176
<a name="stylish_002dhaskell"></a>
190-
<h4 class="subsection">4.2.6 stylish-haskell</h4>
177+
<h4 class="subsection">4.2.5 stylish-haskell</h4>
191178

192179
<p>As an alternative to the elisp functions described above, haskell-mode
193180
can use the program <a href="http://hackage.haskell.org/package/stylish-haskell">stylish-haskell</a>

manual/latest/Interactive-Haskell.html

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)