In Data.Char.Base we re-export fromNat and toNat In Data.Word.Base we re-export fromâ„• and toâ„•
Data.Char.Base
fromNat
toNat
Data.Word.Base
fromâ„•
toâ„•
We should pick one style and stick to it.
I prefer fromâ„• and toâ„•, but I prefer consistency way more than the particular choice.
Most helpful comment
I prefer
fromâ„•andtoâ„•, but I prefer consistency way more than the particular choice.