copilot
copilot copied to clipboard
Replaced Copilot.Core.Type.Equality definitions Refs #379
This my attempt to address #379.
The changes I made are:
- Deprecated module Copilot.Core.Type.Equality
- Replaced it's usage with the Data.Type.Equality.
In particular:
- Replaced typeclass EqualType with typeclass TestEquality
- The function
(=~=)with testEquality - the constructor Refl is the same but is now from Data.Type.Equality(:~:)constructor.
@ivanperez-keera please let me know if you need me to make any changes.