From 7e707146d7d275046b4435ae7245ccb3746477ce Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 21 May 2024 20:46:47 +0200 Subject: Fix typos i nerrors --- src/Data/Array/Nested/Internal.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Data/Array/Nested/Internal.hs b/src/Data/Array/Nested/Internal.hs index 933ce6c..588237d 100644 --- a/src/Data/Array/Nested/Internal.hs +++ b/src/Data/Array/Nested/Internal.hs @@ -1626,12 +1626,12 @@ instance (Num a, PrimElt a) => Num (Shaped sh a) where fromInteger _ = error "Data.Array.Nested.fromIntegral: No singletons available, use explicit sreplicate" instance (Fractional a, PrimElt a) => Fractional (Shaped sh a) where - fromRational _ = error "Data.Array.Nested.fromRational: No singletons available, use explicit rreplicate" + fromRational _ = error "Data.Array.Nested.fromRational: No singletons available, use explicit sreplicate" recip = arithPromoteShaped recip (/) = arithPromoteShaped2 (/) instance (Floating a, PrimElt a) => Floating (Shaped sh a) where - pi = error "Data.Array.Nested.pi: No singletons available, use explicit rreplicate" + pi = error "Data.Array.Nested.pi: No singletons available, use explicit sreplicate" exp = arithPromoteShaped exp log = arithPromoteShaped log sqrt = arithPromoteShaped sqrt -- cgit v1.2.3-70-g09d2