hm.cf: remove redundant comment
This commit is contained in:
parent
c58327ed98
commit
cf55e12391
1
hm.cf
1
hm.cf
|
@ -16,7 +16,6 @@ separator Def ";" ;
|
||||||
Decl. Decl ::= Id ":" TypeSig ;
|
Decl. Decl ::= Id ":" TypeSig ;
|
||||||
[]. [Decl] ::= ;
|
[]. [Decl] ::= ;
|
||||||
(:). [Decl] ::= "|" Decl [Decl];
|
(:). [Decl] ::= "|" Decl [Decl];
|
||||||
-- todo custom [Decl]
|
|
||||||
|
|
||||||
TypeFun. TypeSig ::= TypeSig1 "→" TypeSig ;
|
TypeFun. TypeSig ::= TypeSig1 "→" TypeSig ;
|
||||||
TypeFun. TypeSig ::= TypeSig1 "->" TypeSig ;
|
TypeFun. TypeSig ::= TypeSig1 "->" TypeSig ;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user