Idris2/tests/idris2/reflection/reflection028/GetVis.idr
2024-03-15 22:51:49 +00:00

17 lines
219 B
Idris

module GetVis
import Language.Reflection
private fooPriv : Int
export fooExp : Int
public export fooPubExp : Int
namespace A
private foo : Int
namespace B
export foo : Int
namespace C
public export foo : Int