Skip to content

Commit 11a0f3f

Browse files
committed
Docs: Fix some links in eval plugin in-source documentation
1 parent 0b16d4e commit 11a0f3f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
{-# LANGUAGE ViewPatterns #-}
88
{-# OPTIONS_GHC -Wno-type-defaults #-}
99

10-
{- |
11-
A plugin inspired by the REPLoid feature of <https://github.com/jyp/dante Dante>, <https://www.haskell.org/haddock/doc/html/ch03s08.html#idm140354810775744 Haddock>'s Examples and Properties and <https://hackage.haskell.org/package/doctest Doctest>.
12-
13-
For a full example see the "Ide.Plugin.Eval.Tutorial" module.
14-
-}
10+
-- | -- A plugin inspired by the REPLoid feature of
11+
-- [Dante](https://github.com/jyp/dante),
12+
-- [Haddock examples and properties](https://haskell-haddock.readthedocs.io/latest/markup.html#examples),
13+
-- and [Doctest](https://hackage.haskell.org/package/doctest).
1514
module Ide.Plugin.Eval.Handlers (
1615
codeAction,
1716
codeLens,
@@ -397,7 +396,7 @@ The result of evaluating a test line can be:
397396
A value is returned for a correct expression.
398397
399398
Either a pure value:
400-
>>> 'h' :"askell"
399+
>>> 'h' : "askell"
401400
"haskell"
402401
403402
Or an 'IO a' (output on stdout/stderr is ignored):

0 commit comments

Comments
 (0)