anoma / juvix-stdlib

The Juvix standard library
https://anoma.github.io/juvix-stdlib/
10 stars 1 forks source link

Rename `Field` to `Felt` #94

Closed lukaszcz closed 3 months ago

lukaszcz commented 7 months ago

Field is really a type of field elements not of fields themselves. It seems more consistent to use a name that reflects this, e.g., Felt (like in Cairo). Then we could use Field for the type class of fields.