[Agda] importing a module from a module

Nils Anders Danielsson nad at chalmers.se
Mon May 7 13:25:50 CEST 2012


On 2012-05-07 12:46, Andreas Abel wrote:
> why does the following not work?
>
> import Data.List.Any using (module Membership-≡)
> open Membership-≡

You didn't open Data.List.Any, so Membership-≡ is only in scope qualified.

-- 
/NAD



More information about the Agda mailing list