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
4b4eeb58
Commit
4b4eeb58
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-07-06 18:37:58 by cvscast] Bug fix...
Original author: cvscast Date: 2003-07-06 18:37:58+00:00
parent
cc01aeeb
Changes
2
Hide whitespace changes
Inline
Side-by-side
runtime/run_dispatch.ml
View file @
4b4eeb58
...
...
@@ -201,6 +201,7 @@ and run_disp_record other v fields = function
in
aux
other
fields
|
Some
(
RecNolabel
(
some
,
none
))
->
let
other
=
other
||
(
fields
!=
[]
)
in
let
r
=
if
other
then
some
else
none
in
match
r
with
|
Some
r
->
make_result_basic
v
r
...
...
web/site.cd
View file @
4b4eeb58
...
...
@@ -54,7 +54,7 @@ type Content =
type InlineText =
Char
|
<
(`
b
|`
i
|`
tt
|`
em
)
{||}
>
[InlineText*]
|
<
(`
b
|`
i
|`
tt
|`
em
)
{|
style=
?String
|}
>
[InlineText*]
|
<code>
String
|
<local
href=
String
>
String
| Xa | Ximg | Xbr
...
...
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