Describe the bug
Documentation needs to clarify that both top-level consts and fns must be present in the codegen environment. Current docs may only discuss top-level fns.
To Reproduce
Look for existing documentation on module environment in codegen.
Expected behavior
Section covering environment population rules for codegen makes explicit how top-level const and function bindings are represented and threaded.
Additional context
Describe the bug
Documentation needs to clarify that both top-level consts and fns must be present in the codegen environment. Current docs may only discuss top-level fns.
To Reproduce
Look for existing documentation on module environment in codegen.
Expected behavior
Section covering environment population rules for codegen makes explicit how top-level const and function bindings are represented and threaded.
Additional context
constbindings (typecheck OK, compile fails) #73.