Skip to content

Commit

Permalink
Remove Apply and Bind from preferred test order
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariano Casco committed Nov 12, 2015
1 parent 6380dd8 commit a0dc860
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/doctests.hs
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ preferredOrder :: [String]
preferredOrder = map (\f -> "src/Course" </> f <.> "hs") [
"List"
, "Functor"
, "Apply"
, "Applicative"
, "Bind"
, "Monad"
, "FileIO"
, "State"
Expand Down

0 comments on commit a0dc860

Please sign in to comment.