branch: elpa/haskell-tng-mode commit 2f2c500b68049fb890b8538077af74961d630696 Author: Tseen She <ts33n....@gmail.com> Commit: Tseen She <ts33n....@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"