diff options
Diffstat (limited to 'src/interp/database.boot')
-rw-r--r-- | src/interp/database.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/database.boot b/src/interp/database.boot index 787fb40d..c7c068b0 100644 --- a/src/interp/database.boot +++ b/src/interp/database.boot @@ -745,7 +745,7 @@ isExposedConstructor name == -- slot 1: list of constructors explicitly exposed -- slot 2: list of constructors explicitly hidden -- check if it is explicitly hidden - name in '(Union Record Mapping) => true + builtinConstructor? name => true symbolMember?(name,$localExposureData.2) => false -- check if it is explicitly exposed symbolMember?(name,$localExposureData.1) => true |