File: hfun.reference

package info (click to toggle)
js-of-ocaml 5.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 32,020 kB
  • sloc: ml: 91,250; javascript: 57,289; ansic: 315; makefile: 271; lisp: 23; sh: 6; perl: 4
file content (27 lines) | stat: -rw-r--r-- 408 bytes parent folder | download
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