Skip to content

Commit

Permalink
Make cells strict
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Apr 16, 2017
1 parent d973705 commit 066033a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/WaveToy1.hs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default (Int)



data Cell a = Cell { u, rho, vx :: a }
data Cell a = Cell { u, rho, vx :: !a }
deriving (Eq, Ord, Read, Show, Foldable, Functor)

instance Applicative Cell where
Expand Down

0 comments on commit 066033a

Please sign in to comment.