Skip to content

Commit

Permalink
Rename exe' to op'
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Sep 8, 2021
1 parent c6195b8 commit 9077929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Array/Accelerate/Schedule.hs
Expand Up @@ -49,7 +49,7 @@ class IsSchedule sched where

convertScheduleFun :: PartitionedAfun op () t -> sched (Cluster op) (Scheduled sched t)

mapSchedule :: (forall env'. op env' -> exe' env') -> sched op env -> sched exe' env
mapSchedule :: (forall env'. op env' -> op' env') -> sched op env -> sched op' env

convertSchedule :: forall sched op t. IsSchedule sched => PartitionedAcc op () t -> sched (Cluster op) (ScheduleOutput sched t -> ())
convertSchedule acc
Expand Down

0 comments on commit 9077929

Please sign in to comment.