NAM004
NAM004 — selective import combined with alias
| Subsystem | Names |
| Severity | error |
A selective import (import foo.{a, b}) cannot also carry an as alias — the two binding forms are mutually exclusive. Use one or the other.
From your terminal:
q64 explain NAM004