Skip to content

Instantly share code, notes, and snippets.

@kmizu
Created December 17, 2017 12:35
Show Gist options
  • Save kmizu/22ba87b4f4cc5b9f89fd3a44a52192a1 to your computer and use it in GitHub Desktop.
Save kmizu/22ba87b4f4cc5b9f89fd3a44a52192a1 to your computer and use it in GitHub Desktop.
Test
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