Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Commit

Permalink
Build docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshaydon committed Mar 19, 2019
1 parent d9d816d commit f6805b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/reference.rst
Expand Up @@ -742,6 +742,11 @@ Returns ``y`` if ``x`` is not ``#f``, otherwise returns ``x``

Checks that all the items of a list are truthy.

``(and-predicate f g)``
~~~~~~~~~~~~~~~~~~~~~~~

Pointwise conjunction of predicates.

``prelude/seq``
---------------

Expand Down Expand Up @@ -1159,6 +1164,12 @@ Read a file key. Assumes that the file contents is a serialised dict.
Write a key to a file. Assumes that the file contents is a serialised
dict.

``(delete-file-key! file k)``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Delete a key from a file. Assumes that the file contents is a serialised
dict.

``(ls!)``
~~~~~~~~~

Expand Down

0 comments on commit f6805b6

Please sign in to comment.