Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 11a0f3f

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

File tree

1 file changed

+5
-6
lines changed
  • plugins/hls-eval-plugin/src/Ide/Plugin/Eval

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)

AltStyle によって変換されたページ (->オリジナル) /