diff options
| author | tslil <tslil@posteo.de> | 2026-04-24 08:37:02 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-04-24 09:36:19 +0100 |
| commit | 85f0f5bd9ba573ad288ed582399b37e126f598c9 (patch) | |
| tree | f7f8ccd2c3ab564bfffc7b4f65f2f513f668e282 /src/ast.rs | |
| parent | ca4fb6dd0d47054688e8ce3cd3931983ddf7eecf (diff) | |
checking for injections, projections, rm vesitigial App
Diffstat (limited to 'src/ast.rs')
| -rw-r--r-- | src/ast.rs | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -126,9 +126,6 @@ pub enum Element { element: Box<Element>, }, - #[display("{_0} {_1}")] - App(Box<Element>, Box<Element>), - #[display("case {} of {{ {} }}", scrutinee, arms.iter().map(|a| a.to_string()).collect::<Vec<_>>().join(" | "))] Case { scrutinee: Box<Element>, |
