hm.cf: remove redundant comment

master
Rachel Lambda Samuelsson 2022-01-29 00:13:01 +01:00
parent c58327ed98
commit cf55e12391
1 changed files with 0 additions and 1 deletions

1
hm.cf
View File

@ -16,7 +16,6 @@ separator Def ";" ;
Decl. Decl ::= Id ":" TypeSig ;
[]. [Decl] ::= ;
(:). [Decl] ::= "|" Decl [Decl];
-- todo custom [Decl]
TypeFun. TypeSig ::= TypeSig1 "" TypeSig ;
TypeFun. TypeSig ::= TypeSig1 "->" TypeSig ;