Skip to content

Commit

Permalink
#86, Example 2.2.5.2 readability minor issue, fixed (#87)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Roehler <[email protected]>
  • Loading branch information
andreas-roehler authored Jan 16, 2024
1 parent 731fa3a commit 45aeabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sofp-src/sofp-induction.lyx
Original file line number Diff line number Diff line change
Expand Up @@ -15046,7 +15046,7 @@ status open

\begin_layout Plain Layout

scala> type D4 = (Double, Double, Double, Double)
scala> type D4 = (Double, Double, Double, Int)
\end_layout

\begin_layout Plain Layout
Expand Down Expand Up @@ -15092,7 +15092,7 @@ def f(xs: Seq[Double]): (Double, Double, Double) = {

\begin_layout Plain Layout

val init: D4 = (Double.PositiveInfinity, Double.NegativeInfinity, 0, 0)
val init: D4 = (Double.PositiveInfinity, Double.NegativeInfinity, 0.0, 0)
\end_layout

\begin_layout Plain Layout
Expand Down

0 comments on commit 45aeabf

Please sign in to comment.