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
c6696087
Commit
c6696087
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2004-02-10 10:33:29 by beppe] Empty log message
Original author: beppe Date: 2004-02-10 10:33:29+00:00
parent
0473b2ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
web/manual/expressions.xml
View file @
c6696087
...
...
@@ -118,7 +118,7 @@ between the interface and the body without changing the semantics.
<p>
When there is a single constraint in the interface, there is
an alternative notation, which is lighter for several argument
an alternative notation, which is lighter for several argument
s
(that is, when the argument is a tuple):
</p>
...
...
@@ -141,7 +141,7 @@ let %%f%% = fun %%g%% (...) ... in ...
<p>
Here,
<code>
%%f%%
</code>
is the "external" name for the function,
and
<code>
%%g%%
</code>
is the "internal" name (used when the function
need to call itself recursively, for instance). When the two names coincide
need
s
to call itself recursively, for instance). When the two names coincide
(or when you don't need an internal name), there are lighter
notations:
</p>
...
...
@@ -169,7 +169,7 @@ E.g.:
applications cannot fail.
</p>
<p>
Note that even if there is no functional "pattern
s
" in CDuce,
Note that even if there is no functional "pattern" in CDuce,
it is possible to use in a pattern a type constraint
with a functional type, as in:
</p>
...
...
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