-
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.
* Sorts of the form (Fun S_1 ... S_n T) now accepted * Sorts of the form (Fun S_1 ... S_n T) now accepted truly everywhere * Arbitrary app terms accepted now * Audo-adding lifted symbol versions * WIP * WIP * (app increment^ 4) now returns (increment 4) * Handled unary app cases * Restored infix_parser.sml * Overloaded and input-expanded symbols now also do term lifting as needed * uspec now accepts higher-order values as the second argument * WIP * WIP * Explicit app's of lifted symbols are now auto-simplifed in AT.makeApp1 rather than the evaluator level * WIP * Added primitive method functor-identity * Examples in sf/code/hol4.ath working * Proper 'app' sort checking for unary, binary, and general applications * Small cleanup * Checking in lib/basic/hol_examples.ath * Implemented promotion of anonymous lambdas
- Loading branch information
1 parent
6c00d9f
commit 0f96e88
Showing
30 changed files
with
2,811 additions
and
1,910 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
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
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
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
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
Oops, something went wrong.