From 4db04972347096b0a5985e43819d5a863c9eb8ab Mon Sep 17 00:00:00 2001 From: milesfrain Date: Wed, 26 Feb 2020 14:44:06 -0800 Subject: [PATCH] Add disclaimer about non-working examples in readme Related to #61 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cf31362..fa08588 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ An asynchronous effect monad and threading model for PureScript. # Example +Note that these documentation examples are partially pseudocode and are unlikely to compile. Working examples can be found [here](https://github.com/purescript-contrib/purescript-aff/blob/master/test/Test/Main.purs). + ```purescript main = launchAff do response <- Ajax.get "http://foo.bar"