File: hfun_js.expected

package info (click to toggle)
js-of-ocaml 6.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 37,932 kB
  • sloc: ml: 135,957; javascript: 58,364; ansic: 437; makefile: 422; sh: 12; perl: 4
file content (27 lines) | stat: -rw-r--r-- 408 bytes parent folder | download | duplicates (2)
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
-- Strings:
""		00000000
"Hello world"	364b8272
-- Integers:
0		07be548a
-1		3653e015
42		1792870b
2^30-1		23c392d0
-2^30		0c66fde3
-- Floats:
+0.0		07be548a
-0.0		07be548a
+infty		23ea56fb
-infty		059f7872
NaN		3228858d
NaN#2		3228858d
NaN#3		3228858d
-- Native integers:
0		07be548a
-1		3653e015
42		1792870b
2^30-1		23c392d0
-2^30		0c66fde3
-- Lists:
[0..10]		0ade0fc9
[0..12]		0ade0fc9
[10..0]		0cd6259d