From 42f054b9ec7783ed96b479160f37ab6183cda213 Mon Sep 17 00:00:00 2001 From: superfunc Date: Wed, 16 Aug 2017 02:56:56 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 30baa6d..2d5412e 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,7 @@ maybeCase nada: ## >> nope no value, nice try with your invalid access ``` -Note that, in the second case, trying to access our local binding(`x` and `foo`) +Note that trying to access our local binding(`x` and `foo`) outside of the `just` blocks will result in a compile time error. This is how we achieve safe access.