From 56bc706f10ddb533386fd4da072a69e6b27cabbe Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 7 Sep 2017 12:57:10 +0300 Subject: [PATCH] docs(readme) add fullstore --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da5befb..5d0de75 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,8 @@ var zames = require('zames/legacy'); - [currify](https://github.com/coderaiser/currify "currify") - translate the evaluation of a function that takes multiple arguments into evaluating a sequence of functions, each with a single or more arguments. +- [fullstore](https://github.com/coderaiser/fullstore "fullstore") - functional variables. + - [wraptile](https://github.com/coderaiser/wraptile "wraptile") - translate the evaluation of a function that takes multiple arguments into evaluating a sequence of 2 functions, each with a any count of arguments. ## License