Skip to content

Commit

Permalink
added bang Patterns, but don't need them
Browse files Browse the repository at this point in the history
  • Loading branch information
cartazio committed Feb 19, 2012
1 parent dfc63aa commit ca4ce6d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,3 +1,4 @@
mdl-FA
mdl-noted
test.vw
test.vw
*.cache
5 changes: 3 additions & 2 deletions Data/Digest/VowpalHash.lhs
@@ -1,5 +1,5 @@
\begin{code}
{-# OPTIONS -XMultiParamTypeClasses -XBangPatterns#-}
{-# LANGUAGE BangPatterns #-}
{-|
Expand All @@ -11,7 +11,8 @@ Maintainer : first dot last @gmail.com
Stability : experimental
Portability : portable
based on murmur-hash2 implementation in the murmur-hash package
and also
-}
Expand Down

0 comments on commit ca4ce6d

Please sign in to comment.