From 9113282c27be7c60fcf8fbfa1837d2f195a479b1 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Sun, 6 Jul 2014 00:26:22 -0500 Subject: [PATCH] Document `error/1` --- docs/content/3.manual/manual.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index e4b268a..7225b7d 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -691,6 +691,13 @@ sections: input: 'null' output: ['[1,2,3]'] + - title: "`error(message)`" + body: | + + Produces an error, just like `.a` applied to values other than + null and objects would, but with the given message as the + error's value. + - title: "`map(x)`" body: | -- 2.40.0