mukul-rathi / bolt

Bolt is a language with in-built data-race freedom!
MIT License
564 stars 51 forks source link

Syntax tweaks #110

Closed mukul-rathi closed 4 years ago

mukul-rathi commented 4 years ago

Change region guards syntax so you have:

borrowed Foo<Bar> x

instead of

borrowed<Foo> x : Bar