-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug on multiple versions of define_type_raw
In Hol-light, this function is defined multiple times in an incremental manner (the later calls the former). Porting to F#, we use recursive references to the same value leading to infinite recursion. This mistake doesn't seem to occur with other multiple-version functions.
- Loading branch information
Showing
1 changed file
with
7 additions
and
23 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