Idris2-boot/tests/idris2/reg010
Edwin Brady 588a5b74cd Only record fields should be in a new namespace
Record name and constructor are in the outer namespace, fields in the
nested namepsace. Private names in the nested namespace is visible from
the outer namespace. Fixes #183

Also remove the 'nested' flag on INamespace, since it was only there for
records, and not really the right way to do things. The nested namespace
name is now given in the IRecord constructor (a front end might not want
to use a new namespace after all).
2020-03-18 22:48:19 +00:00
..
expected Only record fields should be in a new namespace 2020-03-18 22:48:19 +00:00
recordname.idr Only record fields should be in a new namespace 2020-03-18 22:48:19 +00:00
run Only record fields should be in a new namespace 2020-03-18 22:48:19 +00:00