emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/haskell-tng-mode 2f2c500 354/385: defining a test spec


From: ELPA Syncer
Subject: [nongnu] elpa/haskell-tng-mode 2f2c500 354/385: defining a test spec
Date: Wed, 6 Oct 2021 00:00:03 -0400 (EDT)

branch: elpa/haskell-tng-mode
commit 2f2c500b68049fb890b8538077af74961d630696
Author: Tseen She <ts33n.sh3@gmail.com>
Commit: Tseen She <ts33n.sh3@gmail.com>

    defining a test spec
---
 test/src/hsinspect.hs | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/test/src/hsinspect.hs b/test/src/hsinspect.hs
new file mode 100644
index 0000000..39631a1
--- /dev/null
+++ b/test/src/hsinspect.hs
@@ -0,0 +1,27 @@
+-- IMPORTS "../data/hsinspect-0.0.8-imports.sexp.gz"
+-- INDEX "../data/hsinspect-0.0.9-index.sexp.gz"
+module Medley.Wibble where
+
+import Data.Functor.Contravariant as C
+import Medley.Wobble
+import Prelude (zip)
+
+-- COMPLETE 11
+foo = C.pha
+
+-- COMPLETE 9
+bar = wob
+
+-- IMPORT 9 "Data.List"
+baz = nubBy bar zipped
+
+-- IMPORT- 9 "Data.List"
+bag = nubBy bag' zipped
+  -- COMPLETE 21
+  where bag' = L.part
+
+-- IMPORT 11
+zaz = NEL.fromList bag
+
+-- JUMP 17 "base/4.13.0.0/base-4.13.0.0.tar.gz" "GHC/List.hs"
+zipped = [1,2,3] zip "abc"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]