mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 14:19:18 +02:00
Summary friendly docs.
This commit is contained in:
parent
8af0c00dcc
commit
40391a9ad3
1 changed files with 6 additions and 4 deletions
|
@ -2,12 +2,14 @@
|
|||
;; Copyright (c) 2013 Alex Shinn. All rights reserved.
|
||||
;; BSD-style license: http://synthcode.com/license.txt
|
||||
|
||||
;;> A Scheme take on the environment (reader) monad, focusing more on
|
||||
;;> being efficient and convenient than pure.
|
||||
|
||||
;;> \macro{(define-environment-monad name keyword: value ...)}
|
||||
;;>
|
||||
;;> A Scheme take on the environment (reader) monad, focusing more on
|
||||
;;> being efficient and convenient than pure. In addition, we use
|
||||
;;> syntax to hide the implementation, allowing the use of records,
|
||||
;;> dynamic parameters, or explicit value passing.
|
||||
;;> Define a new environment monad. This syntax hides the
|
||||
;;> implementation, allowing the use of records, dynamic parameters,
|
||||
;;> or explicit value passing.
|
||||
;;>
|
||||
;;> The \var{name} is used for description and may or may not be bound
|
||||
;;> to a value representing the monad. All other parameters are
|
||||
|
|
Loading…
Add table
Reference in a new issue