Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
e719abe3
Commit
e719abe3
authored
Aug 27, 2015
by
Kim Nguyễn
Browse files
Fix a typo in a constant.
parent
4401b3b6
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/js/build.sh
View file @
e719abe3
#!/bin/sh
RUNTIME
=
../../cduce_js_runtime.bytecode
js_of_ocaml
-o
main.js
--extern-fs
-I
.
--file
=
main.cd +nat.js +toplevel.js +weak.js
"
$RUNTIME
"
js_of_ocaml
-o
main.js
--extern-fs
-I
.
--file
=
main.cd
o
--file
=
main.cd
+nat.js +toplevel.js +weak.js
"
$RUNTIME
"
types/bool.ml
View file @
e719abe3
...
...
@@ -86,7 +86,7 @@ struct
X
.
check
x
;
check
p
;
check
i
;
check
n
let
atom
x
=
let
h
=
(
X
.
hash
x
+
17
)
land
0x3fffffff
ff
in
(* partial evaluation of compute_hash... *)
let
h
=
(
X
.
hash
x
+
17
)
land
0x3fffffff
in
(* partial evaluation of compute_hash... *)
Split
(
h
,
x
,
True
,
False
,
False
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment