summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/listCommand001.script
blob: 04097175e20defdc24dca6abc9cfbdb23d96ae6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:list
-- should fail, nothing to list
:list Data.List 20
-- can't list a compiled module
:list Data.List.map
-- can't list a compiled module
:l Test3.hs
:list mymap
:list main
:list 4
-- wrong syntax:
:list a b c
:list 10 20