[Agda] Some module statements, for your amusement

Andreas Abel andreas.abel at ifi.lmu.de
Wed Oct 17 09:17:29 CEST 2012


Valid Agda:

   open import Issue481PonderBase
   open import Issue481PonderImportMe as as

   module Issue481PonderMaster where

   module M = as as as

Potential future Agda will shorten this to:

   open import Issue481PonderBase
   open import Issue481PonderImportMe as as as M

   module Issue481PonderMaster where

See http://code.google.com/p/agda/issues/detail?id=481

Cheers,
Andreas

--
Andreas Abel  <><      Du bist der geliebte Mensch.

Theoretical Computer Science, University of Munich
Oettingenstr. 67, D-80538 Munich, GERMANY

andreas.abel at ifi.lmu.de
http://www2.tcs.ifi.lmu.de/~abel/



More information about the Agda mailing list