Skip to content

Commit df9cb69

Browse files
author
doyougnu
committed
case study: fix typo in klister chapter
1 parent b596da3 commit df9cb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Case_Studies/klister.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ is originating.
10881088

10891089
.. code-block:: console
10901090
1091-
$ cabal test --test-show-details=streaming --test-options='--pattern "implicit-conversion-test" +RTS -hi -i0.05 -l -RTS' --ghc-options='-eventlog -rtsopts -O2 -finfo-table-map -fdistinct-construct or-tables'
1091+
$ cabal test --test-show-details=streaming --test-options='--pattern "implicit-conversion-test" +RTS -hi -i0.05 -l -RTS' --ghc-options='-eventlog -rtsopts -O2 -finfo-table-map -fdistinct-constructor-tables'
10921092
10931093
and the profile is rendered in eventlog:
10941094

@@ -1154,7 +1154,7 @@ and rerun the test:
11541154

11551155
.. code-block:: console
11561156
1157-
$ cabal test --test-show-details=streaming --enable-profiling --test-options='--pattern "impl icit-conversion-test" +RTS -hi -i0.05 -l -rticky -RTS' --ghc-options='-eventlog -rtsopts -ticky -O2 -finfo-table-map -fdistinct-constructor-tables'
1157+
$ cabal test --test-show-details=streaming --enable-profiling --test-options='--pattern "implicit-conversion-test" +RTS -hi -i0.05 -l -rticky -RTS' --ghc-options='-eventlog -rtsopts -ticky -O2 -finfo-table-map -fdistinct-constructor-tables'
11581158
...
11591159
Running 1 test suites...
11601160
Test suite klister-tests: RUNNING...

0 commit comments

Comments
 (0)