forked from BlockstreamResearch/simfony
-
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.
A bunch of small fixes combined in a single commit: 1) Variable idenfiers live inside a different namespace than type names, so we don't need to check for clashes. 2) Witness names should begin with a letter. This ensures that witness::NAME is valid Rust. 3) Jet names include the trailing `::`, so they cannot clash with function names. 4) Type aliases must not redefine a builtin type such as `bool`.
- Loading branch information
1 parent
03c1425
commit 436f610
Showing
1 changed file
with
4 additions
and
4 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