Skip to content
Snippets Groups Projects
Commit d4d93d44 authored by Reuben Thomas's avatar Reuben Thomas
Browse files

[project @ 2000-07-20 10:50:47 by rrt]

> => >
parent 6873ca83
No related merge requests found
......@@ -2923,7 +2923,7 @@ use of <Function>assert</Function> in the user's source:
<ProgramListing>
kelvinToC :: Double -> Double
kelvinToC k = assert (k &amp;gt;= 0.0) (k+273.15)
kelvinToC k = assert (k &gt;= 0.0) (k+273.15)
</ProgramListing>
</Para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment