diff options
author | chessai <chessai1996@gmail.com> | 2018-04-11 18:28:41 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-05-27 16:43:42 -0400 |
commit | b67e8a3f107f7e7b2cefb526a5f956a4a3abc852 (patch) | |
tree | efc2140c4714dc1d756f92d8f2663187ddeaf298 /testsuite/tests/ghci | |
parent | 6a9b9b431dcc94849d14c13639eb2f713e5aa1f4 (diff) | |
download | haskell-b67e8a3f107f7e7b2cefb526a5f956a4a3abc852.tar.gz |
base: Introduce Data.Monoid.Ap
This data type witnesses the lifting of a monoid into an applicative
pointwise.
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r-- | testsuite/tests/ghci/scripts/T10963.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/scripts/T10963.stderr b/testsuite/tests/ghci/scripts/T10963.stderr index e20f792773..3f90dd812f 100644 --- a/testsuite/tests/ghci/scripts/T10963.stderr +++ b/testsuite/tests/ghci/scripts/T10963.stderr @@ -8,5 +8,5 @@ instance Num Double -- Defined in ‘GHC.Float’ instance Num Float -- Defined in ‘GHC.Float’ ...plus two others - ...plus five instances involving out-of-scope types + ...plus six instances involving out-of-scope types (use -fprint-potential-instances to see them all) |