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 55e2df6..64c09c0 100644 --- a/packages/base/src/Numeric/Chain.hs +++ b/packages/base/src/Numeric/Chain.hs | |||
@@ -14,6 +14,8 @@ | |||
14 | -- | 14 | -- |
15 | ----------------------------------------------------------------------------- | 15 | ----------------------------------------------------------------------------- |
16 | 16 | ||
17 | {-# LANGUAGE FlexibleContexts #-} | ||
18 | |||
17 | module Numeric.Chain ( | 19 | module Numeric.Chain ( |
18 | optimiseMult, | 20 | optimiseMult, |
19 | ) where | 21 | ) where |