puffnfresh / roy

Small functional language that compiles to JavaScript.
http://roy.brianmckenna.org/
MIT License
834 stars 74 forks source link

Parameterized type synonyms #197

Open kennknowles opened 11 years ago

kennknowles commented 11 years ago
type Pair a b = { left: a, right: b }