diff options
Diffstat (limited to 'packages/base/src/Numeric/Chain.hs')
-rw-r--r-- | packages/base/src/Numeric/Chain.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/base/src/Numeric/Chain.hs b/packages/base/src/Numeric/Chain.hs index 4c497f0..443bd28 100644 --- a/packages/base/src/Numeric/Chain.hs +++ b/packages/base/src/Numeric/Chain.hs | |||
@@ -12,6 +12,8 @@ | |||
12 | -- | 12 | -- |
13 | ----------------------------------------------------------------------------- | 13 | ----------------------------------------------------------------------------- |
14 | 14 | ||
15 | {-# LANGUAGE FlexibleContexts #-} | ||
16 | |||
15 | module Numeric.Chain ( | 17 | module Numeric.Chain ( |
16 | optimiseMult, | 18 | optimiseMult, |
17 | ) where | 19 | ) where |