[m-rev.] diff: update the haskell comparison on the web
Mark Brown
mark at cs.mu.OZ.AU
Mon Jun 20 18:10:06 AEST 2005
Estimated hours taken: 0.1
w3/information/include/comparison_with_haskell.inc:
Mention that we support functional dependencies.
Index: information/include/comparison_with_haskell.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/comparison_with_haskell.inc,v
retrieving revision 1.1
diff -u -r1.1 comparison_with_haskell.inc
--- information/include/comparison_with_haskell.inc 12 Mar 2001 19:48:42 -0000 1.1
+++ information/include/comparison_with_haskell.inc 20 Jun 2005 08:01:06 -0000
@@ -54,6 +54,7 @@
<li> polymorphic recursion
</ul>
<li> type classes
+ <li> functional dependencies
<li> type inference
<li> a similar set of basic types
</ul>
@@ -115,8 +116,7 @@
type classes, Mercury's doesn't (mainly for historical reasons).
<li> Mercury allows multi-parameter type classes
- (however, we don't support functional dependencies,
- and there are some restrictions on the forms of
+ (however, there are some restrictions on the forms of
instance declarations, so this may not be quite as
useful as it might first appear).
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list