[Agda] [ANNOUNCE] Agda 2.5.2 release candidate 1

Sergei Meshveliani mechvel at botik.ru
Sun Dec 18 13:37:23 CET 2016


I have tested  Agda-2.5.1.2.20161216

on  docon-A-0.04,  ghc-7.10.2, MAlonzo 

by type-checking, compiling, and running several test/demo programs. 

The results are correct. 
It shows the same performance (in type checking, compilation, running)
as Development Agda of October 4.  

For future
----------
Concerning developing an algebraic library, the main problem remains: 
the type check performance (by space*time).

There is known a simple example with folding a certain binary operation,
which shows exponential explosion for the type check cost.
And  --sharing  fixes this explosion.

Still  --sharing  does not improve the cost of type-checking docon-A
(it make the cost greater).

It looks like there is something related to deeply nested records
representing generic algebraic structures. 
I tried to make this depth smaller by reorganizing the architecture.
But this is a messy work, and I doubt about how much will this
complicate the program, and also whether this will reduce the type check
cost. 

Regards,

------
Sergei



On Sat, 2016-12-17 at 09:51 -0500, Andrés Sicard-Ramírez wrote:
> Dear all,
> 
> The Agda Team is very pleased to announce a release candidate of Agda
> 2.5.2. We plan to release 2.5.2 in one week.
> 
> The RC is available at
> 
>   http://www1.eafit.edu.co/asr/tmp/Agda-2.5.1.2.20161216.tar.gz
> 
> 
> GHC supported versions
> ===============
> 
> This RC has been tested with GHC 7.6.3, 7.8.4, 7.10.3 and 8.0.1.
> 
> 
> Installation
> =======
> 
> This RC can be installed using the following instructions:
> 
>   $ tar xzf Agda-2.5.1.2.20161216.tar.gz
>   $ cd Agda-2.5.1.2.20161216.tar.gz
>   $ cabal install
> 
> 
> Standard library
> ==========
> 
> For the time being, a version of the standard library compatible with
> this RC is available at
> 
>   https://github.com/agda/agda-stdlib/releases/tag/v2.5.1.2.20161216
> 
> 
> What is new, fixed issues and incompatibilities
> ============================
> 
>   https://github.com/agda/agda/blob/v2.5.1.2.20161216/doc/release-notes/2-5-2.md
> 
> 
> Enjoy the RC and please test as much as possible.
> 
> --
> Andrés, on behalf of the Agda Team
> La información contenida en este correo electrónico está dirigida únicamente a su destinatario y puede contener información confidencial, material privilegiado o información protegida por derecho de autor. Está prohibida cualquier copia, utilización, indebida retención, modificación, difusión, distribución o reproducción total o parcial. Si usted recibe este mensaje por error, por favor contacte al remitente y elimínelo. La información aquí contenida es responsabilidad exclusiva de su remitente por lo tanto la Universidad EAFIT no se hace responsable de lo que el mensaje contenga. The information contained in this email is addressed to its recipient only and may contain confidential information, privileged material or information protected by copyright. Its prohibited any copy, use, improper retention, modification, dissemination, distribution or total or partial reproduction. If you receive this message by error, please contact the sender and delete it. The information contained herein is the sole responsibility of the sender therefore Universidad EAFIT is not responsible for what the message contains.
> _______________________________________________
> Agda mailing list
> Agda at lists.chalmers.se
> https://lists.chalmers.se/mailman/listinfo/agda
> 




More information about the Agda mailing list