Zulip Chat Archive
Stream: new members
Topic: Generic typeclasses?
haowei chen (Feb 24 2024 at 14:19):
I known that we can generic over typeclasses by set_option checkBinderAnnotations false
which turns off class instance checking, but this method is neither elegant nor intuitive. Why not simply use some stuff like C : Class
instead?
Last updated: May 02 2025 at 03:31 UTC