Created
December 17, 2017 12:35
-
-
Save kmizu/22ba87b4f4cc5b9f89fd3a44a52192a1 to your computer and use it in GitHub Desktop.
Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tyseq ::= tywotseq | |
| (ty1,...,tyn) | |
ty ::= tywotseq | |
| tyseq longtycon | |
| ( ty ) | |
tywotseq ::= tyvar | |
| { <tyrow> } | |
| tywoarrow -> ty | |
| ( ty ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment