Simple issue sniping - #1484
Merged
Merged
Simple issue sniping#1484
Conversation
Registering a datatype whose constructor names differ only in case gave two ML constructors the same name. Registration now fails with a message naming both constructors and the types they belong to. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Four lemmas were proved every time the interface library was loaded. They are now theorems in the monadic translator theory, and the library refers to them. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Option is translated before List, so the new function claims the plain generated name and the list version now carries a suffix. The Candle proof that names it is updated to match. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Exported from the integer absolute value, so the basis function and the logical one are the same. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Defined on strings alongside the other string search functions, with a theorem characterising it as membership in the string's characters. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
A // comment that ran to the end of the input made the lexer report a malformed comment. It now ends the comment at the end of the input. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
List.filter took its exported name from its generated name, so adding Option.filter earlier in the basis renamed it to List.filter_1. It now names itself explicitly, like the other filter functions. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
myreen
approved these changes
Sep 14, 2026
This was referenced Sep 14, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.