-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow calling recursive functions at load time
Mark the refs in lams of decls as refs of the nearest app in the call stack (if any) rather than refs of the current decl, since they just need to have been defined when the app is evaluated rather than when the current decl is loaded. This allows (mutually) recursive functions to be called in apps in decls but still disallows cyclic decls.
- Loading branch information
Showing
1 changed file
with
64 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters