From ddcaebb51a32bc79e9466ed5db3867f22126f647 Mon Sep 17 00:00:00 2001 From: LordBaryhobal Date: Fri, 5 Jun 2026 11:19:29 +0200 Subject: [PATCH] fix: remove outdated syntax definition --- syntax/midas.typ | 6 ------ 1 file changed, 6 deletions(-) diff --git a/syntax/midas.typ b/syntax/midas.typ index 71ad465..b0b6438 100644 --- a/syntax/midas.typ +++ b/syntax/midas.typ @@ -43,10 +43,6 @@ svg.railroad .terminal rect { {[`constraint` 'equality'*"&"]} ``` -#let simple-type = ``` -{[`simple-type` 'identifier' ]} -``` - #let template-param = ``` {[`template-param` 'identifier' ]} ``` @@ -120,7 +116,6 @@ svg.railroad .terminal rect { comparison: comparison, equality: equality, constraint: constraint, - simple-type: simple-type, template-param: template-param, template: template, type-property: type-property, @@ -144,7 +139,6 @@ svg.railroad .terminal rect { "value", "template-param", "template", - "simple-type", "type-property", "complex-type", "type-params",