-
Notifications
You must be signed in to change notification settings - Fork 61
Update README.md #249
base: master
Are you sure you want to change the base?
Update README.md #249
Conversation
👷 Deploy request for unisonweb-org pending review. 🔨 Explore the source changes: 286e21a |
Change following the experience I had with the longer tutorial... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @samuelsayag — I left some comments
@@ -284,7 +284,7 @@ square x = x * x | |||
|
|||
use test | |||
|
|||
test> square.tests.ex1 = check (square 4 == 16) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
check (square 4 == 16)
ought to work, so let's get to the bottom of that before updating the docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ucm UI that opens show in the package base then test that the operator ===
and not ==
exist...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aryairani I can close the pull request. It was just a matter of signalling what did not worked for me. If you take care of it, it is not problem :) |
@aryairani reversed what was not wanted. |
Update to what is really displayed
In the test code there was an error
==
instead of===
...made me search a few minutes