-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
good first issueGood for newcomersGood for newcomersrefactorRefactorings, e.g. renaming, moving, rearranging...Refactorings, e.g. renaming, moving, rearranging...
Description
There is currently some unnecessary duplication between Data.Fin and Data.Fin.Inductive. These two definitions of Fin are almost identical, but parts of the library uses one definition and some uses the other.
@aljungstrom has convinced me that version one in Data.Fin.Inductive is better as it satisfies more definitional equalities, so I suggest we put that version in Data.Fin and use it everywhere. @croos90 is currently working on implementing this, so this issue is mostly here to avoid someone else starting to work on the same thing.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersrefactorRefactorings, e.g. renaming, moving, rearranging...Refactorings, e.g. renaming, moving, rearranging...