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
1f71f56b
Commit
1f71f56b
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2003-10-04 17:10:07 by cvscast] Beppe: error corrections
Original author: cvscast Date: 2003-10-04 17:10:07+00:00
parent
192f2908
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/memento.xml
View file @
1f71f56b
...
...
@@ -54,15 +54,15 @@ _" character, starting by a capitalized letter or underscore.</li>
<br/>
<code>
@
</code>
: concatenation of sequences
<br/>
<code>
+,*,-,div,mod
</code>
: Integer,Integer -> Integer
<br/>
<code>
=,
<<
,
<
=,
>>
,
>
=
</code>
:
Integer,Integer
-> Bool =
<code>
`true | `false
</code>
t,t
-> Bool =
<code>
`true | `false
</code>
(all non functional types t)
</li>
<li>
Prefix:
<br/><code>
load_xml,load_html
</code>
: String -> Any,
<br/><code>
dump_to_file
</code>
: String -> String -> Any,
<br/><code>
print_xml
</code>
: Any -> String
<br/><code>
print
</code>
: String -> []
<br/><code>
int_of
</code>
: [('0'--'9')+] -> Integer
<br/><code>
string_of
</code>
:
Integer
->
Str
in
g
<br/><code>
int_of
</code>
: [
'-'?
('0'--'9')+] -> Integer
<br/><code>
string_of
</code>
:
Any
->
Lat
in
1
</li>
</ul>
</box>
...
...
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