Skip to content

Commit

Permalink
tidying
Browse files Browse the repository at this point in the history
  • Loading branch information
tonymorris committed Nov 30, 2011
1 parent 9ebb4e0 commit 3da6ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ghci
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
:set -fno-warn-name-shadowing
:set -fno-warn-unused-do-bind
:set -fno-warn-unused-imports

:set -fno-warn-unused-binds
1 change: 1 addition & 0 deletions Course.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Library
-fno-warn-name-shadowing
-fno-warn-unused-do-bind
-fno-warn-unused-imports
-fno-warn-unused-binds

Hs-Source-Dirs: src

Expand Down
2 changes: 1 addition & 1 deletion src/L08/FastAnagrams.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fastAnagrams ::
String
-> FilePath
-> IO [String]
fastAnagrams name f =
fastAnagrams =
error "todo"

newtype NoCaseString =
Expand Down

0 comments on commit 3da6ac8

Please sign in to comment.