Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-compiling example #486

Closed
zlonast opened this issue Feb 28, 2022 · 1 comment
Closed

Non-compiling example #486

zlonast opened this issue Feb 28, 2022 · 1 comment

Comments

@zlonast
Copy link
Contributor

zlonast commented Feb 28, 2022

In the example Posting JSON to a server

-- >   let requestObject = object
-- >    [ "name" .= ("Michael" :: Text)
-- >    , "age"  .= (30 :: Int)
-- >    ]

we have to add 4 extra spaces

-- >   let requestObject = object
-- >        [ "name" .= ("Michael" :: Text)
-- >        , "age"  .= (30 :: Int)
-- >        ]

and now requestObject below block[

@snoyberg
Copy link
Owner

Addressed in #487, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants