-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Type and Kind declarations were not being committed
We now treat Type and Kind declarations as signature extensions at the reasoning level, not at the specification level. This still allows for the following style of declaration: Kind nat type. Import "nats". % this also has Kind nat type. However, you can now also do just: Import "nats". and get the "nat" type declaration for free. There is no longer any need to repeat the Type declarations before an Import.
- Loading branch information
Showing
2 changed files
with
17 additions
and
3 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