Skip to content

Commit

Permalink
#76, Solution for Example 1.4.1.1 fails, fixed (#77)
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Roehler <andreas.roehler@online.de>
  • Loading branch information
andreas-roehler committed Jan 4, 2024
1 parent 3e8031f commit 6fd84d9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sofp-src/sofp-nameless-functions.lyx
Expand Up @@ -4956,7 +4956,7 @@ status open

\begin_layout Plain Layout

def isPrime(n: Int): Boolean =
def isPrime(n: Int): Boolean = {
\end_layout

\begin_layout Plain Layout
Expand All @@ -4974,6 +4974,11 @@ def isPrime(n: Int): Boolean =
.forall(k => n % k != 0)
\end_layout

\begin_layout Plain Layout

}
\end_layout

\end_inset


Expand Down

0 comments on commit 6fd84d9

Please sign in to comment.