summaryrefslogtreecommitdiff
path: root/lib/Numeric/ContainerBoot.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/ContainerBoot.hs')
-rw-r--r--lib/Numeric/ContainerBoot.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/ContainerBoot.hs b/lib/Numeric/ContainerBoot.hs
index fd94e06..a605545 100644
--- a/lib/Numeric/ContainerBoot.hs
+++ b/lib/Numeric/ContainerBoot.hs
@@ -95,7 +95,7 @@ class (Complexable c, Fractional e, Element e) => Container c e where
95 arctan2 :: c e -> c e -> c e 95 arctan2 :: c e -> c e -> c e
96 -- 96 --
97 -- | cannot implement instance Functor because of Element class constraint 97 -- | cannot implement instance Functor because of Element class constraint
98 cmap :: (Element a, Element b) => (a -> b) -> c a -> c b 98 cmap :: (Element b) => (e -> b) -> c e -> c b
99 -- | constant structure of given size 99 -- | constant structure of given size
100 konst :: e -> IndexOf c -> c e 100 konst :: e -> IndexOf c -> c e
101 -- | create a structure using a function 101 -- | create a structure using a function