[Agda] Simple Agda Libraries

Nils Anders Danielsson nad at Cs.Nott.AC.UK
Tue May 5 09:55:17 CEST 2009


On 2009-01-15 00:00, Nils Anders Danielsson wrote:
> 
> It would be easy to set up a prelude which reexports some commonly used
> definitions:
> 
>   module Prelude where
> 
>   open import Data.Empty public
>   [...]
> 
> Contributions are welcome, as always.
> 
> Unfortunately Agda cannot bring two constructors with the same name into
> scope at the same time when open public is used (unless they come from
> the same module). I have raised a ticket for this:
> 
>   http://code.google.com/p/agda/issues/detail?id=124

This problem was recently fixed by Ulf, so after the next release it
should be easier to set up a prelude as discussed above.

-- 
/NAD

This message has been checked for viruses but the contents of an attachment
may still contain software viruses, which could damage your computer system:
you are advised to perform your own checks. Email communications with the
University of Nottingham may be monitored as permitted by UK legislation.



More information about the Agda mailing list