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
87e6655d
Commit
87e6655d
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2007-05-16 21:18:46 by afrisch] Empty log message
Original author: afrisch Date: 2007-05-16 21:18:46+00:00
parent
fea61aeb
Changes
2
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
87e6655d
Since 0.4.1
- Added int_of_char
- bug fix: "match 1 with (x := `nil) -> x"
0.4.1
=======
...
...
runtime/run_dispatch.ml
View file @
87e6655d
...
...
@@ -74,6 +74,7 @@ let make_result_basic v (code,r,_) =
let
x
=
match
Array
.
unsafe_get
r
a
with
|
Catch
->
v
|
Const
c
->
const
c
|
Nil
->
nil
|
_
->
assert
false
in
buf
.
(
!
cursor
)
<-
x
;
...
...
@@ -91,6 +92,7 @@ let make_result_char ch (code,r,_) =
let
x
=
match
Array
.
unsafe_get
r
a
with
|
Catch
->
Char
ch
|
Const
c
->
const
c
|
Nil
->
nil
|
_
->
assert
false
in
buf
.
(
!
cursor
+
a
)
<-
x
...
...
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