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
13499c78
Commit
13499c78
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-01-17 19:24:49 by cvscast] Empty log message
Original author: cvscast Date: 2003-01-17 19:27:10+00:00
parent
95ee5c2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/memento.xml
View file @
13499c78
...
...
@@ -46,15 +46,16 @@ which includes a few built-in examples.
<title>
Operators
</title>
<ul>
<li>
Infix:
<br>
@
:String,String -> String
<br>
+,*,-,div
:
Integer,Integer->Integer
<br
/
>
<duce>
@
</duce>
:S
tring,String -> String
<br
/
>
<duce>
+,*,-,div
</duce>
:
Integer,Integer->Integer
</li>
<li>
Prefix:
<br>
flatten:
<i>
polymorphic
</i>
<br>
load_xml,load_html: String -> Any
<i>
(a path to a file)
</i>
<br>
print_xml,print:String -> ()
<i>
(a path to a file; returns side effect)
</i>
<br>
int_of: [('0'--'9')*]->Integer
<br>
string_of:Integer->String
<br/><duce>
flatten
</duce>
: polymorphic
<br/><duce>
load_xml,load_html
</duce>
: String -> Any (a path to a file)
<br/><duce>
print_xml,print
</duce>
:String -> () (a path to a file; returns side effect)
<br/><duce>
int_of
</duce>
: [('0'--'9')*]->Integer
<br/><duce>
string_of
</duce>
: Integer->String
</li>
</ul>
</section>
...
...
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