diff options
| author | tslil <tslil@posteo.de> | 2026-04-27 09:46:17 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-27 09:47:47 +0100 |
| commit | f0906abd5aa3d9004b53454af92b44b3d908ec3c (patch) | |
| tree | e9c907e31f7048be8ad6f23a788d6641e685ce2e /src/ast.rs | |
| parent | 72d90e8649d43c8dbc5fc27322e84f0e96998c90 (diff) | |
change the "claimed set" notation to "set-of" so that David isn't confused
Diffstat (limited to 'src/ast.rs')
| -rw-r--r-- | src/ast.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ pub enum Set { #[display("variant [ {} ]", _0.iter().map(|f| f.to_string()).collect::<Vec<_>>().join(" | "))] Variant(Vec<VariantField>), - #[display("set({_0})")] + #[display("set-of({_0})")] ClaimedSet(Instance), #[display("{_0}")] |
