[m-rev.] for review 1/2: Prose changes to about page.

Julien Fischer jfischer at opturion.com
Wed May 1 03:31:53 AEST 2013


On Tue, 30 Apr 2013, Paul Bone wrote:

> Prose changes to about page.
>
> include/about.inc
>    These are the changes that I suggested while reviewing Peter's diff
>    yesterday.
> ---
> include/about.inc | 20 +++++++++++---------
> 1 file changed, 11 insertions(+), 9 deletions(-)
>
> diff --git a/include/about.inc b/include/about.inc
> index 8f666a1..09fb903 100644
> --- a/include/about.inc
> +++ b/include/about.inc
> @@ -30,10 +30,11 @@ The main features of Mercury are:
> 	backtracking will not be needed.
> 	</p>
> 	<p>
> -	Mercury handles dynamic data structures not through Prolog's
> -	assert/retract but by providing several abstract data types in
> -	the standard Mercury library that manage collections of items
> -	with different operations and tradeoffs.
> +    Mercury handles dynamic data structures not through Prolog's by

That doesn't make sense: "not through Prolog's" should not be there?

> +    providing several abstract data types in the standard Mercury library
> +    that manage collections of items with different operations and
> +    tradeoffs.
> +    Programmers can also create their own abstract data types.
> 	</p>
> 	</li>
>
> @@ -42,10 +43,11 @@ The main features of Mercury are:
> 	Mercury is a strongly typed language.
> 	</h3>
> 	<p>
> -	Mercury's type system is based on many-sorted logic with parametric polymorphism, very
> -	similar to the type systems of modern functional languages such
> -	as ML and Haskell. Programmers must declare the types they need
> -	using declarations such as
> +    Mercury's type system supports discriminated unions with parametric
> +    polymorphism, it is both strong and static.

I don't think that's an improvement.

> +    The type system is similar to the type systems of modern functional
> +    languages such as ML and Haskell.
> +    Programmers must declare the types they need using declarations such as

Cheers,
Julien.



More information about the reviews mailing list