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
be4cb4d2
Commit
be4cb4d2
authored
Feb 28, 2011
by
Jérôme Maloberti
Browse files
Fix in ocaml interface from Matti Jokinen.
parent
5dd595d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ocamliface/mlstub.ml
View file @
be4cb4d2
...
...
@@ -32,7 +32,7 @@ let id s =
let
j
=
String
.
index_from
s
i
'.'
in
<:
ident
<
$
uid
:
String
.
sub
s
i
(
j
-
i
)
$.$
aux
(
j
+
1
)
$
>>
with
Not_found
->
<:
ident
<
$
l
id
:
String
.
sub
s
i
(
String
.
length
s
-
i
)
$
>>
<:
ident
<
$
u
id
:
String
.
sub
s
i
(
String
.
length
s
-
i
)
$
>>
in
(* Printf.eprintf "*** %S\n" s; *)
aux
0
...
...
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