File: list001.stdout

package info (click to toggle)
ghc 9.10.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 169,076 kB
  • sloc: haskell: 713,554; ansic: 84,184; cpp: 30,255; javascript: 9,003; sh: 7,870; fortran: 3,527; python: 3,228; asm: 2,523; makefile: 2,324; yacc: 1,570; lisp: 532; xml: 196; perl: 111; csh: 2
file content (54 lines) | stat: -rw-r--r-- 940 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
(1,'a')
head []
([2,3,4],"")
tail []
([1,2,3],"")
init []
(4,'a')
last []
[True,False]
10
56
55
foldl1 []
[1,2,4,7,11,16,22,29,37,46,56]
[1,3,6,10,15,21,28,36,45,55]
[]
55
foldr1 []
[56,55,53,50,46,41,35,28,20,11,1]
[55,54,52,49,45,40,34,27,19,10]
[]
[1,2,3,4,1,2,3,4,1,2]
(["x","x","x","x"],[],[1,2,3,4])
[]
[["abc","abc"],[],["","",""]]
[[6,7,8,9,10],[1,2,3,4,5,6,7,8,9,10],[]]
[1,2,3,4,5,6,7,8,9,10]
[([1,2,3,4,5],[6,7,8,9,10]),([1,2,3,4],[])]
([],[1,2,3,4,5,6,7,8,9,10])
([1,2,3,4],[5,6,7,8,9,10])
([],[1,2,3,4,5,6,7,8,9,10])
[[10,9,8,7,6,5,4,3,2,1],[]]
[True,True,False]
[False,True,False]
[True,False,False]
[False,True,True]
Just 7
[55,0]
[3628800,1]
10
maximum []
1
minimum []
[1,2,3,4,5,6,7,8,9,10]
[[(1,2)],[],[],[(1,2),(2,3),(3,4),(4,5),(5,6)]]
[(1,3,5),(2,4,6)]
[[4,6],[],[]]
[([1,3],[2,4]),([],[])]
[([1,3],[2,4],[3,5]),([],[],[])]
("a\nb\nc\n",[],"")
("a b c d",[],"")
[[0,1,2,3,4],[]]
[[0,1,2,3,4],[]]
[[0,1,4],[1,2,3,4],[]]