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
0d987226
Commit
0d987226
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2002-11-16 16:19:54 by cvscast] Empty log message
Original author: cvscast Date: 2002-11-16 16:19:54+00:00
parent
0ea3d65e
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/notes.cd
View file @
0d987226
...
...
@@ -18,6 +18,8 @@ let fun text ( (Text,Int) -> (Flow,Notes) )
[<note no=count>n] @ notes)
| (body,_) -> (body, []);;
try
match load_xml "tests/notes.xml" with
| x & Doc -> format x
| _ -> raise "Invalid input document";;
| _ -> raise "Invalid input document"
with _-> "Bon ca va";;
tests/web.cd
View file @
0d987226
...
...
@@ -59,7 +59,7 @@ let fun script (code : String) : String =
"/cgi-bin/cduce2?example=" @ code;;
let fun do_example (
<_
code=
c
>
[
<title>
t
<abstract>
a; _] : Example) : Li =
<li>
[
<a
href =
script
c
>
[ !t '.' ] !a ];;
<li>
[
<a
href =
script
c
>
[ !t '.' ]
' '
!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