You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.
We can create an entry by using a record literal, which looks just like an anonymous object in JavaScript. Bind it to a name with a let expression:
When trying to use a let binding in PSCi I get this message:
>let a = 2
(line 1, column 9):
unexpected end of input
expecting ., {, ::, operator, "where", indentation at column 5 or "in"
Declarations in PSCi no longer require "let", as of version 0.11.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In this section:
https://github.com/paf31/purescript-book/blob/master/text/chapter3.md#test-early-test-often
It says:
When trying to use a let binding in PSCi I get this message:
The text was updated successfully, but these errors were encountered: