;;;; One directory, two names. ;;;; ;;;; An import is a rename into one flat namespace, so a directory reached ;;;; twice has to arrive under one alias: with two, every declaration in it ;;;; exists twice and the checker refuses a collision nobody wrote. Said here ;;;; instead, where the two import forms are still visible. (import rl "vendor:raylib") (import ray "vendor:raylib") (defn main [] i32 0)