derive impls where possible

This commit is contained in:
rhiannon morris 2022-05-13 07:05:55 +02:00
parent 274ecfb58c
commit cde2a9b0d6
5 changed files with 31 additions and 78 deletions

View file

@ -17,9 +17,6 @@ public export
data DimConst = Zero | One
%name DimConst e
private DCRepr : Type
DCRepr = Nat
%runElab derive "DimConst" [Generic, Meta, Eq, Ord, DecEq, Show]