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
5c999eca
Commit
5c999eca
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2004-06-28 03:37:36 by afrisch] Empty log message
Original author: afrisch Date: 2004-06-28 03:37:36+00:00
parent
3fa177d6
Changes
2
Show whitespace changes
Inline
Side-by-side
tests/ocaml/a.cd
View file @
5c999eca
...
...
@@ -22,8 +22,9 @@ let i = 1
let home = external "Sys.getenv" "HOME"
let stdin = external "Unix.stderr"
let stdin
: !Unix.file_descr
= external "Unix.stderr"
let unix_write = external "Unix.write"
let str_len = external "String.length"
let _ = unix_write stdin home 0 (str_len home)
tests/ocaml/a.mli
View file @
5c999eca
...
...
@@ -19,3 +19,5 @@ val i : int
val
exists
:
string
->
bool
val
home
:
string
val
poly
:
'
a
->
'
a
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