You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/hls-eval-plugin/src/Ide/Plugin/Eval/Handlers.hs
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,10 @@
7
7
{-# LANGUAGE ViewPatterns #-}
8
8
{-# OPTIONS_GHC -Wno-type-defaults #-}
9
9
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
0 commit comments