Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTsirikov committed Jun 4, 2024
1 parent 84d7f0a commit 591079e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Deriving/DepTyCheck/Util/Fusion.idr
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ deriveFusion l = do
declareFusion : Vect (2 + n) (TypeInfo, List Name) -> Elab (Maybe FusionDecl)
declareFusion l = do
let derived = deriveFusion l
case derived of
Just fd => declare [fd.dataType, fd.splitClaim, fd.splitDef, fd.genFClaim, fd.genRClaim, fd.genRDef]
Nothing => declare []
-- case derived of
-- Just fd => declare [fd.dataType, fd.splitClaim, fd.splitDef, fd.genFClaim, fd.genRClaim, fd.genRDef]
-- Nothing => declare []
pure $ derived


Expand Down

0 comments on commit 591079e

Please sign in to comment.