Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/module.dd
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,11 @@ $(P $(I ModuleFullyQualifiedName)s in the $(I ImportDeclaration) must be fully
qualified with whatever packages they are in. They are not considered to be
relative to the module that imports them.)

$(IMPLEMENTATION_DEFINED
$(LI How the compiler resolves the package and module identifiers in an
import declaration to its corresponding source files.)
))

$(H3 $(LNAME2 name_lookup, Symbol Name Lookup))

$(P The simplest form of importing is to just list the modules being imported:)
Expand Down