sampsyo / bril

an educational compiler intermediate representation
https://capra.cs.cornell.edu/bril/
MIT License
557 stars 231 forks source link

Add Hash, PartialOrd, Ord to Argument struct #301

Closed hatoo closed 11 months ago

hatoo commented 11 months ago

Hi, It's very convenient if Argument has Hash, PartialOrd, Ord to me. (I want to put Argument as a key of some container)

Thanks!

sampsyo commented 11 months ago

Based on the :+1: from @Pat-Lafon, I concur! Thanks!