Skip to content

Importing instantiation of the parameterized module doesn't make those values available #1092

@ajayeeralla

Description

@ajayeeralla
//parameterized module
module M where
parameter
  x : [10]
type y = 10

//instantiated module
module N=M where
x = 20

// importing instantiated module
module O where
import N
// but I'm not able to access x value here for some reason

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions