Skip to content

Commit

Permalink
Make sure Felix.Instances.Function.Lift is typechecked
Browse files Browse the repository at this point in the history
This module was omitted in `Felix.All` so it wasn't typechecked in the
CI.  This has led to it being broken with new instance resolution
algorithm.  Now it shouldn't get out of sync.
  • Loading branch information
jkopanski committed Apr 8, 2024
1 parent 3a336c3 commit e5aff0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Felix/All.agda
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ import Felix.Construct.Comma
import Felix.Construct.Arrow

import Felix.Instances.Function
import Felix.Instances.Function.Lift
import Felix.Instances.Identity

0 comments on commit e5aff0a

Please sign in to comment.